[PATCH] D71070: [llvm-dwarfdump][Statistics] Don't count coverage less than 1% as 0%

Kristina Bessonova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 8 04:34:01 PST 2019


krisb added a comment.

@djtodoro , yeah, it doesn't look good.
I also considered an option to rename the first bucket to smth like "No location info" or "Not covered" or something similar then the second can be safely named '0-9%'. 
Or simply to use '0-9%' together with '0%' which might be a bit unclear, but as docs say 'The line 0% shows the number and the percentage of DIEs with no location information', it should not be confusing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71070





More information about the llvm-commits mailing list