Home
last modified time | relevance | path

Searched refs:nIters (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/ts/src/
Dts_perf.cpp991 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 …]
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp423 unsigned int nIters; member in perf::TestBase
/external/valgrind/none/tests/arm64/
Dfp_and_simd.c62 static UInt nCalls = 0, nIters = 0; in randV128() local
66 nIters++; in randV128()
75 printf("randV128: %u calls, %u iters\n", nCalls, nIters); in randV128()