[PATCH] D29320: [XRay] A tool for Comparing xray function call graphs

Jonathan Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 16:23:59 PDT 2017


jroelofs added inline comments.


================
Comment at: llvm/trunk/tools/llvm-xray/xray-graph.h:226
+                                         const GraphRenderer::TimeStat &B) {
+  return {A.Count * B.Count, A.Min * B.Min,     A.Median * B.Median,
+          A.Pct90 * B.Pct90, A.Pct99 * B.Pct99, A.Max * B.Max,
----------------
'*' --> '/' copy-pasta?


Repository:
  rL LLVM

https://reviews.llvm.org/D29320





More information about the llvm-commits mailing list