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