[clang] [llvm] Added instant events and marking defered templated instantiation. (PR #103039)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 02:26:24 PDT 2024
================
@@ -194,13 +234,17 @@ struct llvm::TimeTraceProfiler {
J.attribute("pid", Pid);
J.attribute("tid", int64_t(Tid));
J.attribute("ts", StartUs);
- if (E.AsyncEvent) {
+ if (TimeTraceEventType::AsyncEvent == E.EventType) {
----------------
ivanaivanovska wrote:
Done.
https://github.com/llvm/llvm-project/pull/103039
More information about the llvm-commits
mailing list