Home
last modified time | relevance | path

Searched refs:Nanotime (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/cmds/dumpstate/
DDumpstateInternal.h53 uint64_t Nanotime();
DDumpstateUtil.cpp329 uint64_t start = Nanotime(); in RunCommandToFd()
401 uint64_t elapsed = Nanotime() - start; in RunCommandToFd()
DDumpstateInternal.cpp42 uint64_t Nanotime() { in Nanotime() function
Ddumpstate.cpp746 Dumpstate::ConsentCallback::ConsentCallback() : result_(UNAVAILABLE), start_time_(Nanotime()) { in ConsentCallback()
787 return (Nanotime() - start_time_) / NANOS_PER_MILLI; in getElapsedTimeMs()
2351 const uint64_t start = Nanotime(); in DumpTraces()
2366 (float)(Nanotime() - start) / NANOS_PER_SEC); in DumpTraces()
2377 pid, (float)(Nanotime() - start) / NANOS_PER_SEC); in DumpTraces()
3806 started_ = Nanotime(); in DurationReporter()
3815 float elapsed = (float)(Nanotime() - started_) / NANOS_PER_SEC; in ~DurationReporter()
/frameworks/base/cmds/incidentd/src/
Dincidentd_util.h108 uint64_t Nanotime();
DSection.cpp478 const uint64_t start = Nanotime(); in Execute()
494 proto.write(TextDumpProto::DUMP_DURATION_NS, int64_t(Nanotime() - start)); in Execute()
796 const uint64_t start = Nanotime(); in BlockingCall()
850 static_cast<long long>(Nanotime() - start)); in BlockingCall()
Dincidentd_util.cpp164 uint64_t Nanotime() { in Nanotime() function