[PATCH] D78027: [TimeProfiler] Emit real process ID and thread names

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 16 10:35:22 PDT 2020


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Support/TimeProfiler.cpp:222
+        J.attribute("pid", Pid);
+        J.attribute("tid", int64_t(Tid));
+        J.attribute("ts", 0);
----------------
This is not great but I guess it is ok...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78027/new/

https://reviews.llvm.org/D78027





More information about the cfe-commits mailing list