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
83 uint64_t started_; variable
99 started_ = Nanotime(); in DurationReporter()105 float elapsed = (float)(Nanotime() - started_) / NANOS_PER_SEC; in ~DurationReporter()