20 (void)GetTime<std::chrono::seconds>();
28 (void)GetTime<std::chrono::milliseconds>();
BENCHMARK(BenchTimeDeprecated, 100000000)
int64_t GetTimeMillis()
Returns the system time (not mockable)
void SetMockTime(int64_t nMockTimeIn)
For testing.
int64_t GetTime()
DEPRECATED Use either GetSystemTimeInSeconds (not mockable) or GetTime<T> (mockable)