Home
last modified time | relevance | path

Searched refs:snapshot_timer_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Datrace_process_dump.cc34 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()
Datrace_process_dump.h78 std::unique_ptr<time_utils::PeriodicTimer> snapshot_timer_; variable