OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qpc_last
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/metrics/
time_ticks_experiment_win.cc
56
LARGE_INTEGER
qpc_last
;
local
57
QueryPerformanceCounter(&
qpc_last
);
61
int delta = static_cast<int>(qpc_now.QuadPart -
qpc_last
.QuadPart);
65
qpc_last
= qpc_now;
Completed in 142 milliseconds