Home
last modified time | relevance | path

Searched refs:started_ (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/dumpstate/
DDumpstateSectionReporter.cpp29 started_ = std::chrono::steady_clock::now(); in DumpstateSectionReporter()
35 std::chrono::steady_clock::now() - started_); in ~DumpstateSectionReporter()
DDumpstateSectionReporter.h58 std::chrono::time_point<std::chrono::steady_clock> started_; variable
Ddumpstate.h78 uint64_t started_; variable
Dutils.cpp97 started_ = Nanotime(); in DurationReporter()
103 uint64_t elapsed = Nanotime() - started_; in ~DurationReporter()