Searched refs:started_ (Results 1 – 4 of 4) sorted by relevance
29 started_ = std::chrono::steady_clock::now(); in DumpstateSectionReporter()35 std::chrono::steady_clock::now() - started_); in ~DumpstateSectionReporter()
58 std::chrono::time_point<std::chrono::steady_clock> started_; variable
78 uint64_t started_; variable
97 started_ = Nanotime(); in DurationReporter()103 uint64_t elapsed = Nanotime() - started_; in ~DurationReporter()