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