OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trunccpumin
(Results
1 - 1
of
1
) sorted by null
/external/skia/bench/
TimerData.cpp
65
double
truncCpuMin
= std::numeric_limits<double>::max();
94
truncCpuMin
= SkTMin(
truncCpuMin
, fTruncatedCpuTimes[i]);
113
truncCpuStr.appendf(doubleFormat,
truncCpuMin
/ itersPerTiming);
Completed in 545 milliseconds