Searched refs:elapsed (Results 1 – 8 of 8) sorted by relevance
29 explicit Chronometer(double& elapsed, bool cumulative = false) :30 elapsed_(elapsed), cumulative_(cumulative) { in elapsed_() argument
97 long elapsed = SystemClock.uptimeMillis() - startTime; in waitForCallable() local99 "Time elapsed waiting for %s: %d ms", description, elapsed)); in waitForCallable()100 return elapsed; in waitForCallable()
102 Duration elapsed = Duration.between(Instant.ofEpochMilli(timestamp), Instant.now()); in checkIfIdle() local103 Duration remaining = mTimeout.minus(elapsed); in checkIfIdle()
71 while (testStopwatch.elapsed(TimeUnit.MILLISECONDS) < MAX_TEST_DURATION_MS in addPerformanceTest()86 runs[currentRun] = runStopwatch.elapsed(TimeUnit.NANOSECONDS); in addPerformanceTest()
83 def elapsed(self, record_ids=None): member in TimeRecorder
145 assertTrue(stopwatch.elapsed(TimeUnit.MILLISECONDS) >= 200L); in testAllowInterruptAsync()
854 String elapsed = String.format("TF has been running for %s", in printElapsedTime() local856 printLine(elapsed); in printElapsedTime()
532 (key, self.measurement_timer.elapsed(key)))