Searched refs:endTime (Results 1 – 9 of 9) sorted by relevance
70 float endTime = stopwatch.runtime(TimeUnit.SECONDS) + RUNTIME_SECONDS; in stressTestNNAPI() local72 while (stopwatch.runtime(TimeUnit.SECONDS) < endTime) { in stressTestNNAPI()
129 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded() argument130 long duration = endTime - mStartTime; in testEnded()
194 DeviceTimestamp endTime = deviceUtils.currentTimeMillis(); in testAppCrash() local202 endTime); in testAppCrash()
401 long long endTime = currentTimeInUsec(); in benchmark() local409 static_cast<float>(endTime - startTime) / 1000000.0f; in benchmark()619 const long long endTime = currentTimeInUsec(); in benchmarkSingleTypeOfCompilation() local626 const float compilationTime = static_cast<float>(endTime - startTime) / 1000000.0f; in benchmarkSingleTypeOfCompilation()
200 newRun.endTime = holder.endTime; in init()
249 DeviceTimestamp endTime = deviceUtils.currentTimeMillis(); in doTestAppCrash() local257 endTime); in doTestAppCrash()
687 DeviceTimestamp endTime) in getDropboxEntries() argument693 && (endTime == null || entry.getTime() < endTime.get()))) in getDropboxEntries()
152 DeviceTimestamp endTime = mTestUtils.getDeviceUtils().currentTimeMillis(); in startAndAssertAppNoCrash() local165 endTime); in startAndAssertAppNoCrash()
728 DeviceTimestamp endTime = new DeviceTimestamp(3); in getDropboxEntries_containsEntriesOutsideTimeRange_onlyReturnsNewEntries() local768 endTime) in getDropboxEntries_containsEntriesOutsideTimeRange_onlyReturnsNewEntries()