OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalCyclesCompleted
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp
516
double
totalCyclesCompleted
= 0;
518
totalCyclesCompleted
+= gThreadInfo[threadNum].fCycles;
521
double cyclesPerMinute =
totalCyclesCompleted
/ (double(gRunInfo.totalTime) / double(60));
/external/icu4c/test/threadtest/
threadtest.cpp
517
double
totalCyclesCompleted
= 0;
519
totalCyclesCompleted
+= gThreadInfo[threadNum].fCycles;
522
double cyclesPerMinute =
totalCyclesCompleted
/ (double(gRunInfo.totalTime) / double(60));
Completed in 467 milliseconds