Minor format fix for output of "llvm-profdata -show"
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Before:
... 13.1: inlined callee: _ZN6StringD2Ev: 0, 0, 0 sampled lines No samples collected in the function's body Samples collected in inlined callsites { 0: inlined callee: _ZN6String4freeEv: 0, 0, 6 sampled lines Samples collected in the function's body { 2: 0 4: 0 5: 0 6: 0 7: 0 8: 0 } Samples collected in inlined callsites { 6: inlined callee: my_free: 0, 0, 1 sampled lines Samples collected in the function's body { 4: 0 } No inlined callsites in this function } } }
After:
... 13.1: inlined callee: _ZN6StringD2Ev: 0, 0, 0 sampled lines No samples collected in the function's body Samples collected in inlined callsites { 0: inlined callee: _ZN6String4freeEv: 0, 0, 6 sampled lines Samples collected in the function's body { 2: 0 4: 0 5: 0 6: 0 7: 0 8: 0 } Samples collected in inlined callsites { 6: inlined callee: my_free: 0, 0, 1 sampled lines Samples collected in the function's body { 4: 0 } No inlined callsites in this function } } }