Searched refs:ScopedTimer (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h24 struct ScopedTimer { struct in namespace:lld
25 explicit ScopedTimer(Timer &t);
27 ~ScopedTimer();
/freebsd-13-stable/contrib/llvm-project/lld/Common/
H A DTimer.cpp16 ScopedTimer::ScopedTimer(Timer &t) : t(&t) { function in class:ScopedTimer
20 void ScopedTimer::stop() {
27 ScopedTimer::~ScopedTimer() { stop(); }
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DMarkLive.cpp24 ScopedTimer t(gctimer);
H A DMapFile.cpp213 ScopedTimer t1(totalMapTimer);
216 ScopedTimer t2(symbolGatherTimer);
222 ScopedTimer t3(symbolStringsTimer);
227 ScopedTimer t4(writeTimer);
H A DPDB.cpp839 ScopedTimer t(typeMergingTimer);
864 ScopedTimer t(symbolMergingTimer);
961 ScopedTimer t1(addObjectsTimer);
992 ScopedTimer t2(tpiStreamLayoutTimer);
999 ScopedTimer t3(publicsLayoutTimer);
1363 ScopedTimer t1(totalPdbLinkTimer);
1374 ScopedTimer t2(diskCommitTimer);
H A DICF.cpp247 ScopedTimer t(icfTimer);
H A DSymbolTable.cpp818 ScopedTimer t(ltoTimer);
H A DDriver.cpp876 ScopedTimer t(inputFileTimer);
1111 ScopedTimer rootTimer(Timer::root());
H A DWriter.cpp600 ScopedTimer t1(codeLayoutTimer);
645 ScopedTimer t2(diskCommitTimer);

Completed in 128 milliseconds