Searched refs:maxTime (Results 1 – 1 of 1) sorted by relevance
204 private BenchmarkResult runBenchmarkLoop(float maxTime, boolean completeInputSet) in runBenchmarkLoop() argument209 if (maxTime > 0.f) { in runBenchmarkLoop()211 results = mTest.runBenchmarkCompleteInputSet(1, maxTime); in runBenchmarkLoop()213 results = mTest.runBenchmark(maxTime); in runBenchmarkLoop()