Searched refs:nIters (Results 1 – 3 of 3) sorted by relevance
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()[all …]
423 unsigned int nIters; member in perf::TestBase
62 static UInt nCalls = 0, nIters = 0; in randV128() local66 nIters++; in randV128()75 printf("randV128: %u calls, %u iters\n", nCalls, nIters); in randV128()