[PATCH] D27243: Initial work on the XRay Graph tool.

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 21:59:46 PST 2016


dberris added inline comments.


================
Comment at: tools/llvm-xray/xray-graph.h:43-44
+    double Sum;
+  };
+  /// An inner struct for storing edge attributes for our graph. Here the
+  /// attributes are mainly function call statistics.
----------------
Missing empty line between these two.


================
Comment at: tools/llvm-xray/xray-graph.h:74-75
+    uint64_t TSC;
+  };
+  /// Use a Map to store the Function stack for each thread whilst building the
+  /// graph.
----------------
Missing line in between these two.


https://reviews.llvm.org/D27243





More information about the llvm-commits mailing list