Searched refs:Nanotime (Results 1 – 7 of 7) sorted by relevance
42 uint64_t Nanotime() { in Nanotime() function160 uint64_t start_time = Nanotime(); in DumpFileFromFdToFd()168 uint64_t elapsed = Nanotime() - start_time; in DumpFileFromFdToFd()
52 uint64_t Nanotime();
97 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()
276 uint64_t start = Nanotime(); in RunCommandToFd()329 uint64_t elapsed = Nanotime() - start; in RunCommandToFd()
73 uint64_t Nanotime();
117 uint64_t Nanotime() { in Nanotime() function
884 const uint64_t start = Nanotime(); in BlockingCall()932 static_cast<long long>(Nanotime() - start)); in BlockingCall()