Searched refs:ScopedTimer (Results 1 – 6 of 6) sorted by relevance
55 class ScopedTimer {57 explicit ScopedTimer(const string& stop_watch_name);58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer() function60 ~ScopedTimer() { mWatch->Stop(); } in ~ScopedTimer()
86 ScopedTimer::ScopedTimer(const string& stop_watch_name) { in ScopedTimer() function in android::filterfw::ScopedTimer
55 class ScopedTimer {57 explicit ScopedTimer(const std::string& stop_watch_name);58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer() function60 ~ScopedTimer() { mWatch->Stop(); } in ~ScopedTimer()
86 ScopedTimer::ScopedTimer(const std::string& stop_watch_name) { in ScopedTimer() function in android::filterfw::ScopedTimer
192 struct ScopedTimer { struct195 ScopedTimer(GuardedTimer &g) : in ScopedTimer() function
95 ScopedTimer t(counter_[toIndex(api_)]); in record()101 ScopedTimer t(counter_[counter]); in copy()113 ScopedTimer t(counter_[i]); in reset()