Searched refs:timerResolution (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DSharedTimerWin.cpp78 const int timerResolution = 1; // To improve timer resolution, we call timeBeginPeriod/timeEndPeriod with this value to increase timer resolution to 1ms. member in namespace:WebCore
112 timeEndPeriod(timerResolution);
172 timeBeginPeriod(timerResolution);

Completed in 92 milliseconds