Searched refs:Nanotime (Results 1 – 1 of 1) sorted by relevance
73 static inline __always_inline uint64_t Nanotime() { in Nanotime() function129 ScopedTimer(TimedResult& res) : res_(res) { res_.start_ns = Nanotime(); } in ScopedTimer()131 ~ScopedTimer() { res_.end_ns = Nanotime(); } in ~ScopedTimer()