[PATCH] D47318: [llvm-exegesis] Analysis: Show value extents.
    Clement Courbet via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May 24 05:40:28 PDT 2018
    
    
  
courbet marked an inline comment as done.
courbet added a comment.
Thanks.
================
Comment at: tools/llvm-exegesis/lib/Analysis.cpp:203
          ++I) {
+      const auto &Point = Points[PointIds[I]];
       OS << "<li><span class=\"mono\">";
----------------
gchatelet wrote:
> Move this outside the loop then you can shorten `MeasurementStats` declaration.
I varies in this loop :)
Repository:
  rL LLVM
https://reviews.llvm.org/D47318
    
    
More information about the llvm-commits
mailing list