Searched defs:ScopedTimer (Results 1 – 3 of 3) sorted by relevance
24 struct ScopedTimer { struct31 std::chrono::time_point<std::chrono::high_resolution_clock> startTime;33 Timer *t = nullptr;
90 class ScopedTimer { class92 ScopedTimer(ApiCallStatistics* api_call_statistics_, in ScopedTimer() function in webrtc::test::__anon31d6d1830111::ScopedTimer
16 ScopedTimer::ScopedTimer(Timer &t) : t(&t) { in ScopedTimer() function in ScopedTimer