OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tickcountnow
(Results
1 - 1
of
1
) sorted by null
/external/webkit/JavaScriptCore/wtf/
CurrentTime.cpp
242
DWORD
tickCountNow
= GetTickCount();
243
DWORD elapsed =
tickCountNow
- lastTickCount;
247
lastTickCount =
tickCountNow
;
Completed in 43 milliseconds