Home
last modified time | relevance | path

Searched refs:Timer (Results 1 – 25 of 34) sorted by relevance

12

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DTimer.h23 class Timer; variable
80 class Timer {
86 Timer **Prev, *Next; // Doubly linked list of timers in the group.
88 explicit Timer(StringRef N) : TG(nullptr) { init(N); } in Timer() function
89 Timer(StringRef N, TimerGroup &tg) : TG(nullptr) { init(N, tg); } in Timer() function
90 Timer(const Timer &RHS) : TG(nullptr) { in Timer() function
93 const Timer &operator=(const Timer &T) {
97 ~Timer();
100 explicit Timer() : TG(nullptr) {} in Timer() function
128 Timer *T;
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DTimer.cpp103 void Timer::init(StringRef N) { in init()
111 void Timer::init(StringRef N, TimerGroup &tg) { in init()
119 Timer::~Timer() { in ~Timer()
147 static ManagedStatic<std::vector<Timer*> > ActiveTimers;
149 void Timer::startTimer() { in startTimer()
155 void Timer::stopTimer() { in stopTimer()
161 std::vector<Timer*>::iterator I = in stopTimer()
197 typedef StringMap<Timer> Name2TimerMap;
208 Timer &get(StringRef Name, StringRef GroupName) { in get()
216 Timer &T = GroupEntry.second[Name]; in get()
[all …]
H A DCMakeLists.txt89 Timer.cpp
/minix3/external/bsd/tcpdump/dist/tests/
H A Dospf3_ah-vv.out4 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
9 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
14 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
20 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
26 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
32 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
38 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
48 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
57 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
103 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
[all …]
H A Dospf3_bc-vv.out4 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
9 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
14 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
19 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
24 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
29 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
231 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
282 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
311 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
318 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
[all …]
H A Dospf3_auth-vv.out4 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.2, Priority 1
H A Dospf3_mp-vv.out4 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
9 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
14 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
19 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
24 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
30 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
217 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
223 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
769 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
776 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
[all …]
H A Dospf3_nbma-vv.out4 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
10 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
16 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
219 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
741 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
749 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
757 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
778 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
815 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
823 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
[all …]
/minix3/minix/drivers/power/acpi/executer/
H A Dexdebug.c83 UINT32 Timer; in AcpiExDoDebugObject() local
102 Timer = ((UINT32) AcpiOsGetTimer () / 10); /* (100 nanoseconds to microseconds) */ in AcpiExDoDebugObject()
103 Timer &= 0x03FFFFFF; in AcpiExDoDebugObject()
111 AcpiOsPrintf ("[ACPI Debug %.8u] %*s", Timer, Level, " "); in AcpiExDoDebugObject()
/minix3/external/bsd/llvm/dist/llvm/utils/yaml-bench/
H A DYAMLBench.cpp142 llvm::Timer BaseLine((Name + ": Loop").str(), Group); in benchmark()
151 llvm::Timer Tokenizing((Name + ": Tokenizing").str(), Group); in benchmark()
158 llvm::Timer Parsing((Name + ": Parsing").str(), Group); in benchmark()
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp311 TimeBucketRegion Timer; in onStartOfTranslationUnit() local
314 Timer.setBucket(&TimeByBucket[MC->getID()]); in onStartOfTranslationUnit()
321 TimeBucketRegion Timer; in onEndOfTranslationUnit() local
324 Timer.setBucket(&TimeByBucket[MC->getID()]); in onEndOfTranslationUnit()
529 TimeBucketRegion Timer; in matchWithoutFilter() local
532 Timer.setBucket(&TimeByBucket[MP.second->getID()]); in matchWithoutFilter()
551 TimeBucketRegion Timer; in matchWithFilter() local
556 Timer.setBucket(&TimeByBucket[MP.second->getID()]); in matchWithFilter()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h31 class Timer; variable
104 std::unique_ptr<llvm::Timer> FrontendTimer;
505 llvm::Timer &getFrontendTimer() const { in getFrontendTimer()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DLegacyPassManagers.h99 class Timer; variable
475 Timer *getPassTimer(Pass *);
/minix3/external/bsd/llvm/lib/liblldbCore/
H A DMakefile63 Timer.cpp \
/minix3/external/bsd/llvm/lib/libLLVMSupport/
H A DMakefile68 Timer.cpp \
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp182 static llvm::Timer* TUTotalTimer;
198 TUTotalTimer = new llvm::Timer("Analyzer Total Time"); in AnalysisConsumer()
394 llvm::Timer* AnalysisConsumer::TUTotalTimer = nullptr;
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp459 DenseMap<Pass*, Timer*> TimingData;
469 for (DenseMap<Pass*, Timer*>::iterator I = TimingData.begin(), in ~TimingInfo()
481 Timer *getPassTimer(Pass *P) { in getPassTimer()
486 Timer *&T = TimingData[P]; in getPassTimer()
488 T = new Timer(P->getPassName(), TG); in getPassTimer()
1781 Timer *llvm::getPassTimer(Pass *P) { in getPassTimer()
/minix3/lib/libc/isc/
H A Deventlib_p.h169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
H A Dev_timers.c251 ctx->cur->type == Timer && in evClearTimer()
/minix3/external/bsd/llvm/dist/llvm/utils/lit/lit/
H A Drun.py245 timeout_timer = threading.Timer(max_time, timeout_handler)
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Dtoc-load-sched-bug.ll136 %"class.llvm::TimeRegion" = type { %"class.llvm::Timer"* }
137 …m::Timer" = type { %"class.llvm::TimeRecord", %"class.std::basic_string", i8, %"class.llvm::TimerG…
139 %"class.llvm::TimerGroup" = type { %"class.std::basic_string", %"class.llvm::Timer"*, %"class.std::…
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp425 llvm::TimeRegion Timer(CI.getFrontendTimer()); in Execute() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp56 Timer CodeGenerationTime;
H A DCodeGenAction.cpp52 Timer LLVMIRGeneration;
/minix3/crypto/external/bsd/openssl/dist/doc/apps/
H A Dopenssl.pod226 SSL Connection Timer.

12