Home
last modified time | relevance | path

Searched defs:ScopedTimer (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h25 struct ScopedTimer { struct
32 std::chrono::time_point<std::chrono::high_resolution_clock> startTime;
34 Timer *t = nullptr;
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.cpp18 ScopedTimer::ScopedTimer(TimingManager &Manager, const char *Name) in ScopedTimer() function in scudo::ScopedTimer
23 ScopedTimer::ScopedTimer(TimingManager &Manager, const Timer &Nest, in ScopedTimer() function in scudo::ScopedTimer
/freebsd/contrib/llvm-project/lld/Common/
H A DTimer.cpp18 ScopedTimer::ScopedTimer(Timer &t) : t(&t) { in ScopedTimer() function in ScopedTimer