Home
last modified time | relevance | path

Searched refs:stopTimer (Results 1 – 19 of 19) sorted by relevance

/llvm-project/llvm/unittests/Support/
H A DTimerTest.cpp45 T1.stopTimer(); in TEST()
50 T1.stopTimer();
62 T1.stopTimer(); in TEST()
/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp259 PassActiveTimerStack.back()->stopTimer(); in startPassTimer()
274 MyTimer->stopTimer(); in stopPassTimer()
288 AnalysisActiveTimerStack.back()->stopTimer(); in startAnalysisTimer()
302 MyTimer->stopTimer(); in stopAnalysisTimer()
/llvm-project/llvm/utils/yaml-bench/
H A DYAMLBench.cpp143 BaseLine.stopTimer(); in dumpStream()
152 Tokenizing.stopTimer(); in benchmark()
162 Parsing.stopTimer(); in benchmark()
/llvm-project/mlir/include/mlir/Support/
H A DTiming.h150 virtual void stopTimer(void *handle) = 0;
219 tm->stopTimer(handle); in stop()
457 void stopTimer(void *handle) override;
/llvm-project/llvm/lib/TableGen/
H A DMain.cpp129 Timer.stopTimer(); in TableGenMain()
180 Timer.stopTimer(); in TableGenMain()
H A DRecord.cpp3200 void RecordKeeper::stopTimer() { stopTimer() function in RecordKeeper
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp275 SyntaxCheckTimer->stopTimer(); in VisitDecl()
536 SyntaxCheckTimer->stopTimer(); in runAnalysisOnTranslationUnit()
689 SyntaxCheckTimer->stopTimer(); in HandleCode()
732 ExprEngineTimer->stopTimer(); in RunPathSensitiveChecks()
750 BugReporterTimer->stopTimer(); in RunPathSensitiveChecks()
/llvm-project/llvm/include/llvm/Support/
H A DTimer.h75 /// its startTimer()/stopTimer() methods. Given appropriate OS support it can
123 /// Start the timer running. Time between calls to startTimer/stopTimer is
129 void stopTimer();
145 /// stopTimer() methods of the Timer class. When the object is constructed, it
160 if (T) T->stopTimer();
/llvm-project/bolt/lib/Core/
H A DParallelUtilities.cpp136 LLVM_DEBUG(T.stopTimer()); in runOnEachFunction()
191 LLVM_DEBUG(T.stopTimer()); in runOnEachFunctionWithUniqueAllocId()
/llvm-project/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp560 LLVM_DEBUG(T.stopTimer());
578 LLVM_DEBUG(SinglePass.stopTimer());
/llvm-project/llvm/lib/Support/
H A DTimer.cpp159 void Timer::stopTimer() { in getCurInstructionsExecuted()
175 stopTimer(); in getCurrentTime()
386 T->stopTimer(); in PrintQueuedTimers()
197 void Timer::stopTimer() { stopTimer() function in Timer
/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp157 LLVMIRGeneration.stopTimer(); in getModule()
/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp362 UpdateTimer.stopTimer(); in update()
377 UpdateTimer.stopTimer(); in updateIfStale()
/llvm-project/clang-tools-extra/clangd/
H A DPreamble.cpp426 void stopTimer() { in stopTimer() function in clang::clangd::__anon0b7b15160111::WallTimer
440 ~WallTimerRegion() { T.stopTimer(); } in ~WallTimerRegion()
668 PreambleTimer.stopTimer(); in buildPreamble()
707 PrerequisiteModuleTimer.stopTimer(); in buildPreamble()
/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1025 HashTimer.stopTimer(); in compress()
1037 CompressTimer.stopTimer(); in compress()
1218 DecompressTimer.stopTimer(); in ListBundleIDsInFile()
1234 HashRecalcTimer.stopTimer(); in isCodeObjectCompatible()
/llvm-project/mlir/lib/Support/
H A DTiming.cpp572 void DefaultTimingManager::stopTimer(void *handle) { in stopTimer() function in DefaultTimingManager
/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp1072 T.stopTimer();
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10837 ReadTimer->stopTimer(); in VisitOMPNowaitClause()