Files
clang-p2996/llvm/test/tools/llvm-profdata/Inputs/flatten_instr.proftext
Mingming Liu 665e46c268 [llvm-profdata] Use semicolon as the delimiter for supplementary profiles. (#75080)
When merging instrFDO profiles with afdo profile as supplementary, instrFDO counters for static functions are stored with function's PGO name (with filename.cpp; prefix).
- This pull request fixes the delimiter used when a PGO function name is 'normalized' for AFDO look-up.
2024-01-04 15:03:18 -08:00

33 lines
261 B
Plaintext

# IR level Instrumentation Flag
:ir
# Always instrument the function entry block
:entry_first
foo
# Func Hash:
1111
# Num Counters:
5
# Counter Values:
10000
50
2000
40
6000
bar.cc;bar
# Func Hash:
2222
# Num Counters:
10
# Counter Values:
0
0
0
0
0
0
0
0
0
0