Skip to content

Commit 164aa8b

Browse files
committed
reset
1 parent 442ac7e commit 164aa8b

File tree

1 file changed

+1
-0
lines changed
  • firebase-perf/src/main/java/com/google/firebase/perf/util

1 file changed

+1
-0
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/util/Timer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ public void reset() {
127127
// TODO: consider removing this method and make Timer immutable thus fully thread-safe
128128
wallClockMicros = wallClockMicros();
129129
elapsedRealtimeMicros = elapsedRealtimeMicros();
130+
uptimeMicros = uptimeMicros();
130131
}
131132

132133
/** Return wall-clock time in microseconds. */

0 commit comments

Comments
 (0)