Searched defs:ScopedTimer (Results 1 – 3 of 3) sorted by relevance
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
18 ScopedTimer::ScopedTimer(Timer &t) : t(&t) { in ScopedTimer() function in ScopedTimer