Searched refs:minTime (Results 1 – 1 of 1) sorted by relevance
190 private BenchmarkResult runBenchmarkLoop(float minTime, boolean completeInputSet) in runBenchmarkLoop() argument195 if (minTime > 0.f) { in runBenchmarkLoop()197 results = mTest.runBenchmarkCompleteInputSet(1, minTime); in runBenchmarkLoop()199 results = mTest.runBenchmark(minTime); in runBenchmarkLoop()