OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastTimer
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp
2690
if (
LastTimer
&&
LastTimer
->isRunning()) {
2691
LastTimer
->stopTimer();
2693
LastTimer
->clear();
2698
LastTimer
= new Timer("", Name, *TimingGroup);
2699
LastTimer
->startTimer();
2705
assert(
LastTimer
&& "No phase timer was started");
2706
LastTimer
->stopTimer();
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
1788
Timer *
LastTimer
= nullptr;
Completed in 58 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026