OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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