(cherry picked from commit c1cc6ac667e9e1b2ed58f16cb9fa1584ea54f0ac)
@@ -59,7 +59,7 @@ public class SysInfoWindows extends SysInfo {
@VisibleForTesting
long now() {
- return System.nanoTime();
+ return Time.monotonicNow();
}
void reset() {