Searched refs:Nanotime (Results 1 – 7 of 7) sorted by relevance
42 uint64_t Nanotime() { in Nanotime() function166 uint64_t start_time = Nanotime(); in DumpFileFromFdToFd()174 uint64_t elapsed = Nanotime() - start_time; in DumpFileFromFdToFd()
53 uint64_t Nanotime();
287 uint64_t start = Nanotime(); in RunCommandToFd()340 uint64_t elapsed = Nanotime() - start; in RunCommandToFd()
649 Dumpstate::ConsentCallback::ConsentCallback() : result_(UNAVAILABLE), start_time_(Nanotime()) { in ConsentCallback()672 return (Nanotime() - start_time_) / NANOS_PER_MILLI; in getElapsedTimeMs()1833 const uint64_t start = Nanotime(); in DumpTraces()1854 pid, (float)(Nanotime() - start) / NANOS_PER_SEC); in DumpTraces()2983 started_ = Nanotime(); in DurationReporter()2989 float elapsed = (float)(Nanotime() - started_) / NANOS_PER_SEC; in ~DurationReporter()
73 uint64_t Nanotime();
116 uint64_t Nanotime() { in Nanotime() function
701 const uint64_t start = Nanotime(); in BlockingCall()749 static_cast<long long>(Nanotime() - start)); in BlockingCall()