Home
last modified time | relevance | path

Searched refs:qpcLast (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DCurrentTime.cpp90 static LARGE_INTEGER qpcLast; in highResUpTime() local
99 __int64 qpcElapsed = ((qpc.QuadPart - qpcLast.QuadPart) * 1000) / qpcFrequency.QuadPart; in highResUpTime()
120 qpcLast = qpc; in highResUpTime()