Searched refs:totalTime (Results 1 – 2 of 2) sorted by relevance
67 long totalTime = getTotalTime(contents); in testRunTimeoutInput() local80 mockRunListener.testRunEnded(totalTime, Collections.emptyMap()); in testRunTimeoutInput()96 long totalTime = getTotalTime(contents); in testRunNormalInput() local108 mockRunListener.testRunEnded(totalTime, Collections.emptyMap()); in testRunNormalInput()124 long totalTime = getTotalTime(contents); in testRunErrorInput() local129 mockRunListener.testRunEnded(totalTime, Collections.<String, String>emptyMap()); in testRunErrorInput()
321 float totalTime = 0; in fromInferenceResults() local331 totalTime += iresult.mComputeTimeSec; in fromInferenceResults()353 float inferenceMean = (totalTime / iterations); in fromInferenceResults()393 return new BenchmarkResult(totalTime, iterations, (float) Math.sqrt(variance), in fromInferenceResults()