Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h85 uint64_t started_; variable
Ddumpstate.cpp3398 started_ = Nanotime(); in DurationReporter()
3404 float elapsed = (float)(Nanotime() - started_) / NANOS_PER_SEC; in ~DurationReporter()