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