Searched refs:TimeTraceProfilerInstance (Results 1 – 3 of 3) sorted by relevance
27 TimeTraceProfiler *TimeTraceProfilerInstance = nullptr; variable193 assert(TimeTraceProfilerInstance == nullptr && in timeTraceProfilerInitialize()195 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()200 delete TimeTraceProfilerInstance; in timeTraceProfilerCleanup()201 TimeTraceProfilerInstance = nullptr; in timeTraceProfilerCleanup()205 assert(TimeTraceProfilerInstance != nullptr && in timeTraceProfilerWrite()207 TimeTraceProfilerInstance->Write(OS); in timeTraceProfilerWrite()211 if (TimeTraceProfilerInstance != nullptr) in timeTraceProfilerBegin()212 TimeTraceProfilerInstance->begin(Name, [&]() { return Detail; }); in timeTraceProfilerBegin()217 if (TimeTraceProfilerInstance != nullptr) in timeTraceProfilerBegin()[all …]
17 extern TimeTraceProfiler *TimeTraceProfilerInstance;30 return TimeTraceProfilerInstance != nullptr; in timeTraceProfilerEnabled()62 if (TimeTraceProfilerInstance != nullptr) in TimeTraceScope()66 if (TimeTraceProfilerInstance != nullptr) in TimeTraceScope()70 if (TimeTraceProfilerInstance != nullptr) in TimeTraceScope()74 if (TimeTraceProfilerInstance != nullptr) in ~TimeTraceScope()
52 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr; variable55 return TimeTraceProfilerInstance; in getTimeTraceProfilerInstance()290 assert(TimeTraceProfilerInstance == nullptr && in timeTraceProfilerInitialize()292 TimeTraceProfilerInstance = new TimeTraceProfiler( in timeTraceProfilerInitialize()299 delete TimeTraceProfilerInstance; in timeTraceProfilerCleanup()300 TimeTraceProfilerInstance = nullptr; in timeTraceProfilerCleanup()314 Instances.List.push_back(TimeTraceProfilerInstance); in timeTraceProfilerFinishThread()315 TimeTraceProfilerInstance = nullptr; in timeTraceProfilerFinishThread()319 assert(TimeTraceProfilerInstance != nullptr && in timeTraceProfilerWrite()321 TimeTraceProfilerInstance->write(OS); in timeTraceProfilerWrite()[all …]