HomeSort by relevance Sort by last modified time
    Searched full:timerresolution (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/win/
SharedTimerWin.cpp 78 const int timerResolution = 1; // To improve timer resolution, we call timeBeginPeriod/timeEndPeriod with this value to increase timer resolution to 1ms.
112 timeEndPeriod(timerResolution);
172 timeBeginPeriod(timerResolution);

Completed in 166 milliseconds