Searched refs:Nanotime (Results 1 – 7 of 7) sorted by relevance
53 uint64_t Nanotime();
320 uint64_t start = Nanotime(); in RunCommandToFd()392 uint64_t elapsed = Nanotime() - start; in RunCommandToFd()
42 uint64_t Nanotime() { in Nanotime() function
720 Dumpstate::ConsentCallback::ConsentCallback() : result_(UNAVAILABLE), start_time_(Nanotime()) { in ConsentCallback()761 return (Nanotime() - start_time_) / NANOS_PER_MILLI; in getElapsedTimeMs()2125 const uint64_t start = Nanotime(); in DumpTraces()2146 pid, (float)(Nanotime() - start) / NANOS_PER_SEC); in DumpTraces()3398 started_ = Nanotime(); in DurationReporter()3404 float elapsed = (float)(Nanotime() - started_) / NANOS_PER_SEC; in ~DurationReporter()
108 uint64_t Nanotime();
478 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()
164 uint64_t Nanotime() { in Nanotime() function