Searched refs:timer_manager (Results 1 – 1 of 1) sorted by relevance
250 static std::unique_ptr<TimerManager> timer_manager = nullptr; variable612 timer_manager->Finalize(); in RunInThread()637 timer_manager = std::unique_ptr<TimerManager>(new TimerManager(b.threads, &done)); in RunBenchmark()659 const double cpu_accumulated_time = timer_manager->cpu_time_used(); in RunBenchmark()660 const double real_accumulated_time = timer_manager->real_time_used(); in RunBenchmark()661 timer_manager.reset(); in RunBenchmark()755 timer_manager->StopTimer(); in PauseTiming()760 timer_manager->StartTimer(); in ResumeTiming()