Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h86 uint64_t started_; variable
Ddumpstate.cpp2995 started_ = Nanotime(); in DurationReporter()
3001 float elapsed = (float)(Nanotime() - started_) / NANOS_PER_SEC; in ~DurationReporter()