Home
last modified time | relevance | path

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

/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/
DBenchmarkJobService.java50 private static final int NUM_RUNS = 10; field in BenchmarkJobService
64 Log.d(TAG, String.format("NN API Benchmarking job %d/%d started", getNumRuns(), NUM_RUNS)); in onStartJob()
73 Log.d(TAG, String.format("NN API Benchmarking job %d/%d stopped", getNumRuns(), NUM_RUNS)); in onStopJob()
89 if (getNumRuns() >= NUM_RUNS) { in onBenchmarkFinish()
105 "Background test %d of %d is complete", getNumRuns(), NUM_RUNS)) in onBenchmarkFinish()
129 String msg = String.format("Background test %d of %d is running", getNumRuns(), NUM_RUNS); in showNotification()