diff options
Diffstat (limited to 'test/cpp/qps/timer.h')
-rw-r--r-- | test/cpp/qps/timer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/qps/timer.h b/test/cpp/qps/timer.h index 8a229cbd30..1c9a006b93 100644 --- a/test/cpp/qps/timer.h +++ b/test/cpp/qps/timer.h @@ -46,6 +46,8 @@ class Timer { Result Mark(); + static double Now(); + private: static Result Sample(); |