HADOOP-13080. Refresh time in SysInfoWindows is in nanoseconds. Contributed by Inigo Goiri
This commit is contained in:
parent
45a753ccf7
commit
c1cc6ac667
@ -59,7 +59,7 @@ public SysInfoWindows() {
|
||||
|
||||
@VisibleForTesting
|
||||
long now() {
|
||||
return System.nanoTime();
|
||||
return Time.monotonicNow();
|
||||
}
|
||||
|
||||
void reset() {
|
||||
|
Loading…
Reference in New Issue
Block a user