[PATCH] D78027: [TimeProfiler] Emit real process ID and thread names
    Sergej Jaskiewicz via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Apr 16 11:08:54 PDT 2020
    
    
  
broadwaylamb marked an inline comment as done.
broadwaylamb added inline comments.
================
Comment at: llvm/lib/Support/TimeProfiler.cpp:222
+        J.attribute("pid", Pid);
+        J.attribute("tid", int64_t(Tid));
+        J.attribute("ts", 0);
----------------
MaskRay wrote:
> This is not great but I guess it is ok...
What is?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78027/new/
https://reviews.llvm.org/D78027
    
    
More information about the cfe-commits
mailing list