Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateInternal.cpp42 uint64_t Nanotime() { in Nanotime() function
160 uint64_t start_time = Nanotime(); in DumpFileFromFdToFd()
168 uint64_t elapsed = Nanotime() - start_time; in DumpFileFromFdToFd()
DDumpstateInternal.h52 uint64_t Nanotime();
Dutils.cpp97 started_ = Nanotime(); in DurationReporter()
103 uint64_t elapsed = Nanotime() - started_; in ~DurationReporter()
878 const uint64_t start = Nanotime(); in DumpTracesTombstoned()
895 pid, (float)(Nanotime() - start) / NANOS_PER_SEC); in DumpTracesTombstoned()
983 uint64_t start = Nanotime(); in DumpTraces()
1005 (float)(Nanotime() - start) / NANOS_PER_SEC); in DumpTraces()
1014 uint64_t start = Nanotime(); in DumpTraces()
1027 (float)(Nanotime() - start) / NANOS_PER_SEC); in DumpTraces()
DDumpstateUtil.cpp276 uint64_t start = Nanotime(); in RunCommandToFd()
329 uint64_t elapsed = Nanotime() - start; in RunCommandToFd()
/frameworks/base/cmds/incidentd/src/
Dincidentd_util.h73 uint64_t Nanotime();
Dincidentd_util.cpp117 uint64_t Nanotime() { in Nanotime() function
DSection.cpp884 const uint64_t start = Nanotime(); in BlockingCall()
932 static_cast<long long>(Nanotime() - start)); in BlockingCall()