Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/lld/Common/
H A DTimer.cpp16 ScopedTimer::ScopedTimer(Timer &t) : t(&t) { in ScopedTimer() function in ScopedTimer