Files
llvm/test/tools/llvm-profdata
Rong Xu c445cab044 [llvm-profdata] add value-cutoff functionality in show command
This patch improves llvm-profdata show command:
(1) add -value-cutoff=<N> option: Show only those functions whose max count
    values are greater or equal to N.
(2) add -list-below-cutoff option: Only output names of functions whose max
    count value are below the cutoff.
(3) formats value-profile counts and prints out percentage.

Differential Revision: https://reviews.llvm.org/D56342


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350673 91177308-0d34-0410-b5e6-96231b3b80d8
2019-01-08 22:41:48 +00:00
..
2017-11-14 17:12:36 +00:00
2016-07-20 22:53:39 +00:00
2016-07-20 22:24:52 +00:00