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

Alexis Shaw via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 15:33:45 PDT 2017


varno added a comment.

Thanks  for letting me finish this.



================
Comment at: tools/llvm-xray/xray-graph-diff.cc:350
+    double RelDiff = statRelDiff(LeftStat, RightStat, VL);
+    return formatv(R"({{{0}|{1:P}})", truncateString(VertexId, TrunLen).str(),
+                   RelDiff);
----------------
dberris wrote:
> Is it just me, or are the squiggly brackets not matched?
two {{ escape a { in formatv, so yeah, but they have to be


Repository:
  rL LLVM

https://reviews.llvm.org/D29320





More information about the llvm-commits mailing list