Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h234 uint64_t started_; variable
Dutils.cpp76 started_ = DurationReporter::nanotime(); in DurationReporter()
83 uint64_t elapsed = DurationReporter::nanotime() - started_; in ~DurationReporter()