OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:truncwallmin
(Results
1 - 1
of
1
) sorted by null
/external/skia/bench/
TimerData.cpp
63
double
truncWallMin
= std::numeric_limits<double>::max();
92
truncWallMin
= SkTMin(
truncWallMin
, fTruncatedWallTimes[i]);
111
truncWallStr.appendf(doubleFormat,
truncWallMin
/ itersPerTiming);
Completed in 28 milliseconds