Lines Matching refs:nIters
991 nIters = currentIter = runsPerIteration = 0;
1105 has_next = currentIter < nIters && totalTime < timeLimit;
1115 if (currentIter >= nIters)
1173 if (perfValidationStage == 0 && currentIter <= minIters * 3 && currentIter < nIters)
1181 else if (found && currentIter >= nIters &&
1193 minIters = std::min(minIters * 5, nIters);
1301 if (currentIter == nIters)
1538 if (nIters == (unsigned int)-1 || m.terminationReason == performance_metrics::TERM_ITERATIONS)
1541 LOGD("samples =%11u of %u", m.samples, nIters);
1572 nIters = iterationsLimitDefault;
1723 test->nIters = std::min(n, TestBase::iterationsLimitDefault);