Searched defs:ScopedTimer (Results 1 – 12 of 12) sorted by relevance
192 struct ScopedTimer { struct195 ScopedTimer(GuardedTimer &g) : in ScopedTimer() argument
25 struct ScopedTimer { struct32 std::chrono::time_point<std::chrono::high_resolution_clock> startTime;34 Timer *t = nullptr;
18 ScopedTimer::ScopedTimer(TimingManager &Manager, const char *Name) in ScopedTimer() function in scudo::ScopedTimer23 ScopedTimer::ScopedTimer(TimingManager &Manager, const Timer &Nest, in ScopedTimer() function in scudo::ScopedTimer
91 class ScopedTimer { class93 ScopedTimer(ApiCallStatistics* api_call_statistics, in ScopedTimer() function in webrtc::test::__anonf08d80720111::ScopedTimer
58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer() function
86 ScopedTimer::ScopedTimer(const std::string& stop_watch_name) { in ScopedTimer() function in android::filterfw::ScopedTimer
86 ScopedTimer::ScopedTimer(const string& stop_watch_name) { in ScopedTimer() function in android::filterfw::ScopedTimer
122 class ScopedTimer { class124 ScopedTimer(TimedResult& res) : res_(res) { res_.start_ns = Nanotime(); } in ScopedTimer() function in __anonf491307d0111::ScopedTimer