Searched defs:ScopedTimer (Results 1 – 1 of 1) sorted by relevance
126 class ScopedTimer { class128 ScopedTimer(TimedResult& res) : res_(res) { res_.start_ns = Nanotime(); } in ScopedTimer() function in __anon724b4cac0111::ScopedTimer