Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DPerformanceDegradationTest.java185 BenchmarkResult benchmarkWithOtherCompilingThread = testExecutor.submit( in testDegradationForModels() local
197 if (benchmarkWithOtherCompilingThread.hasBenchmarkError()) { in testDegradationForModels()
201 mTestName, benchmarkWithOtherCompilingThread.getBenchmarkError())); in testDegradationForModels()
205 mTestName, benchmarkWithOtherCompilingThread.getMeanTimeSec())); in testDegradationForModels()
207 int performanceDegradation = (int) (((benchmarkWithOtherCompilingThread.getMeanTimeSec() in testDegradationForModels()