20 (void)GetTime<std::chrono::seconds>();
27 (void)GetTime<std::chrono::milliseconds>();
34 (void)TicksSinceEpoch<std::chrono::milliseconds>(SystemClock::now());
Helper to initialize the global NodeClock, let a duration elapse, and reset it after use in a test.
Main entry point to nanobench's benchmarking facility.
Bench & run(char const *benchmarkName, Op &&op)
Repeatedly calls op() based on the configuration, and performs measurements.
int64_t GetTime()
DEPRECATED Use either ClockType::now() or Now<TimePointType>() if a cast is needed.
static void BenchTimeMock(benchmark::Bench &bench)
static void BenchTimeDeprecated(benchmark::Bench &bench)
static void BenchTimeMillis(benchmark::Bench &bench)
static void BenchTimeMillisSys(benchmark::Bench &bench)
BENCHMARK(BenchTimeDeprecated)