Home
last modified time | relevance | path

Searched refs:TimeTraceProfiler (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimeProfiler.cpp33 static std::vector<TimeTraceProfiler *>
36 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr;
38 TimeTraceProfiler *llvm::getTimeTraceProfilerInstance() { in getTimeTraceProfilerInstance()
76 struct llvm::TimeTraceProfiler { struct in llvm
77 TimeTraceProfiler(unsigned TimeTraceGranularity = 0, StringRef ProcName = "") in TimeTraceProfiler() argument
159 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()
167 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()
181 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()
232 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()
267 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTimeProfiler.h17 struct TimeTraceProfiler;
18 TimeTraceProfiler *getTimeTraceProfilerInstance();