Searched defs:loopsPerIter (Results 1 - 1 of 1) sorted by relevance

/external/skia/bench/
H A Dbenchmain.cpp547 int loopsPerIter = 0; local
552 loopsPerIter = (loopsPerIter == 0) ? 1 : loopsPerIter * 2;
553 if (loopsPerIter >= (1<<30) || timer.fWall > FLAGS_maxMs) {
559 bench->getName(), config.name, FLAGS_maxMs, loopsPerIter));
573 for (int loopCount = loopsPerIter; loopCount > 0; ) {
622 frameIntervalTotalLoops += loopsPerIter;
636 const double current = timer.fWall / loopsPerIter;
659 const double normalize = 1000.0 / loopsPerIter;
[all...]

Completed in 152 milliseconds