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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp36 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr; variable
39 return TimeTraceProfilerInstance;
124 // Write events from this TimeTraceProfilerInstance and
265 assert(TimeTraceProfilerInstance == nullptr &&
267 TimeTraceProfilerInstance = new TimeTraceProfiler(
274 delete TimeTraceProfilerInstance;
281 // Finish TimeTraceProfilerInstance on a worker thread.
285 ThreadTimeTraceProfilerInstances.push_back(TimeTraceProfilerInstance);
286 TimeTraceProfilerInstance = nullptr;
290 assert(TimeTraceProfilerInstance !
[all...]

Completed in 110 milliseconds