Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/
H A DTimer.h24 struct ScopedTimer { struct
31 Timer *T = nullptr;
/freebsd-12.1/contrib/llvm/tools/lld/Common/
H A DTimer.cpp17 ScopedTimer::ScopedTimer(Timer &T) : T(&T) { T.start(); } in ScopedTimer() function in ScopedTimer