[PATCH] D71366: [llvm-dwarfdump][Statistics] Change the coverage buckets representation. NFC

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 23:12:03 PST 2019


djtodoro added a comment.

@krisb Thanks for this!

This one will go before the D71070 <https://reviews.llvm.org/D71070>? Can we make a stack of the patches?



================
Comment at: llvm/docs/CommandGuide/llvm-locstats.rst:58
      0%                    1              16%
-     1-9%                  0               0%
-     10-19%                0               0%
-     20-29%                0               0%
-     30-39%                0               0%
-     40-49%                0               0%
-     50-59%                1              16%
-     60-69%                0               0%
-     70-79%                0               0%
-     80-89%                1              16%
-     90-99%                0               0%
+     [1%,9%)               0               0%
+     [10%,20%)             0               0%
----------------
`[1%,10%)` ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71366/new/

https://reviews.llvm.org/D71366





More information about the llvm-commits mailing list