Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNParallelTestActivity.java95 final long testDurationMillis = intent.getLongExtra(EXTRA_TEST_DURATION_MILLIS, in onResume() local
114 Duration.ofMillis(testDurationMillis), mTestName, acceleratorName, in onResume()
140 final long testDurationMillis = intent.getLongExtra(EXTRA_TEST_DURATION_MILLIS, in testResult() local
143 final long testResultTimeout = testDurationMillis + SHUTDOWN_TIMEOUT; in testResult()