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