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