diff options
Diffstat (limited to 'base/time.h')
-rw-r--r-- | base/time.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/time.h b/base/time.h index 494aa57..79e30b4 100644 --- a/base/time.h +++ b/base/time.h @@ -468,6 +468,10 @@ class TimeTicks { #if defined(OS_WIN) // Get the absolute value of QPC time drift. For testing. static int64 GetQPCDriftMicroseconds(); + + // Returns true if the high resolution clock is working on this system. + // This is only for testing. + static bool IsHighResClockWorking(); #endif // Returns true if this object has not been initialized. |