Home
last modified time | relevance | path

Searched refs:totalTime (Results 1 – 2 of 2) sorted by relevance

/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParserTest.java67 long totalTime = getTotalTime(contents); in testRunTimeoutInput() local
80 mockRunListener.testRunEnded(totalTime, Collections.emptyMap()); in testRunTimeoutInput()
96 long totalTime = getTotalTime(contents); in testRunNormalInput() local
108 mockRunListener.testRunEnded(totalTime, Collections.emptyMap()); in testRunNormalInput()
124 long totalTime = getTotalTime(contents); in testRunErrorInput() local
129 mockRunListener.testRunEnded(totalTime, Collections.<String, String>emptyMap()); in testRunErrorInput()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java321 float totalTime = 0; in fromInferenceResults() local
331 totalTime += iresult.mComputeTimeSec; in fromInferenceResults()
353 float inferenceMean = (totalTime / iterations); in fromInferenceResults()
393 return new BenchmarkResult(totalTime, iterations, (float) Math.sqrt(variance), in fromInferenceResults()