Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/lld/Common/
H A DTimer.cpp17 ScopedTimer::ScopedTimer(Timer &t) : t(&t) { in ScopedTimer() function in ScopedTimer