diff options
Diffstat (limited to 'llvm/test/tools/llvm-profdata/Inputs/vp-truncate.proftext')
| -rw-r--r-- | llvm/test/tools/llvm-profdata/Inputs/vp-truncate.proftext | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-profdata/Inputs/vp-truncate.proftext b/llvm/test/tools/llvm-profdata/Inputs/vp-truncate.proftext new file mode 100644 index 00000000000..98b4b572b65 --- /dev/null +++ b/llvm/test/tools/llvm-profdata/Inputs/vp-truncate.proftext @@ -0,0 +1,36 @@ +foo +# Func Hash: +10 +# Num Counters: +2 +# Counter Values: +999000 +359800 + +foo2 +# Func Hash: +10 +# Num Counters: +2 +# Counter Values: +1001000 +360200 + +main +# Func Hash: +16650 +# Num Counters: +4 +# Counter Values: +2 +2000 +2000000 +999000 +# NumValueKinds +1 +# Value Kind IPVK_IndirectCallTarget +0 +# NumSites +3 +# Values for each site +0 |

