We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442ac7e commit 164aa8bCopy full SHA for 164aa8b
firebase-perf/src/main/java/com/google/firebase/perf/util/Timer.java
@@ -127,6 +127,7 @@ public void reset() {
127
// TODO: consider removing this method and make Timer immutable thus fully thread-safe
128
wallClockMicros = wallClockMicros();
129
elapsedRealtimeMicros = elapsedRealtimeMicros();
130
+ uptimeMicros = uptimeMicros();
131
}
132
133
/** Return wall-clock time in microseconds. */
0 commit comments