Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateInternal.cpp37 uint64_t Nanotime() { in Nanotime() function
129 uint64_t elapsed = Nanotime(); in DumpFileFromFdToFd()
136 elapsed = Nanotime() - elapsed; in DumpFileFromFdToFd()
DDumpstateInternal.h46 uint64_t Nanotime();
Dutils.cpp122 started_ = Nanotime(); in DurationReporter()
128 uint64_t elapsed = Nanotime() - started_; in ~DurationReporter()
941 uint64_t start = Nanotime(); in dump_traces()
963 (float)(Nanotime() - start) / NANOS_PER_SEC); in dump_traces()
972 uint64_t start = Nanotime(); in dump_traces()
984 (float)(Nanotime() - start) / NANOS_PER_SEC); in dump_traces()
DDumpstateUtil.cpp260 uint64_t start = Nanotime(); in RunCommandToFd()
313 uint64_t elapsed = Nanotime() - start; in RunCommandToFd()