Searched refs:snapshot_timer_ (Results 1 – 2 of 2) sorted by relevance
34 snapshot_timer_ = std::unique_ptr<time_utils::PeriodicTimer>( in SetDumpInterval()44 CHECK(snapshot_timer_); in RunAndPrintJson()45 snapshot_timer_->Start(); in RunAndPrintJson()53 if (!snapshot_timer_->Wait()) in RunAndPrintJson()74 CHECK(snapshot_timer_); in Stop()75 snapshot_timer_->Stop(); in Stop()255 snapshot_timer_ = nullptr; in Cleanup()
78 std::unique_ptr<time_utils::PeriodicTimer> snapshot_timer_; variable