llvm-project/llvm/test/tools/llvm-profdata
Rong Xu 52aa224aff [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

llvm-svn: 350673
2019-01-08 22:41:48 +00:00
..
Inputs [llvm-profdata] add value-cutoff functionality in show command 2019-01-08 22:41:48 +00:00
c-general.test
compat.proftext
count-mismatch.proftext
cutoff.test [llvm-profdata] add value-cutoff functionality in show command 2019-01-08 22:41:48 +00:00
gcc-gcov-sample-profile.test
general.proftext
hash-mismatch.proftext
inline-samples.test
input-dir.test
input-filenames.test
instr-remap.test Add flag to llvm-profdata to allow symbols in profile data to be remapped, and 2018-09-13 20:22:02 +00:00
invalid-profdata.test Revert "Revert "[lit] Generalized /dev/null support on Windows."" 2018-03-27 01:39:17 +00:00
lit.local.cfg
memop-size-prof.proftext
merge_empty_profile.test
multiple-inputs.test
multiple-profdata-merge.test
nocompress.test
overflow-instr.test
overflow-sample.test
raw-32-bits-be.test
raw-32-bits-le.test
raw-64-bits-be.test
raw-64-bits-le.test
raw-magic-but-no-header.test
raw-two-profiles.test
roundtrip.test Make llvm-profdata show -text work as advertised in the documentation. 2018-08-24 01:34:45 +00:00
sample-profile-basic.test
sample-remap.test Add flag to llvm-profdata to allow symbols in profile data to be remapped, and 2018-09-13 20:22:02 +00:00
show-instr-level.test
text-dump.test
text-format-errors.test
threaded-count-mismatch.test
value-prof.proftext [llvm-profdata] add value-cutoff functionality in show command 2019-01-08 22:41:48 +00:00
weight-instr.test
weight-sample.test