Searched refs:Nanotime (Results 1 – 7 of 7) sorted by relevance
53 uint64_t Nanotime();
329 uint64_t start = Nanotime(); in RunCommandToFd()401 uint64_t elapsed = Nanotime() - start; in RunCommandToFd()
42 uint64_t Nanotime() { in Nanotime() function
746 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()
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