Files
clang-p2996/bolt/lib/Rewrite/PseudoProbeRewriter.cpp
Amir Ayupov 86ec59e2f7 [BOLT] Only parse probes for profiled functions in profile-write-pseudo-probes mode (#106365)
Implement selective probe parsing for profiled functions only when
emitting probe information to YAML profile as suggested in

https://github.com/llvm/llvm-project/pull/102904#pullrequestreview-2248714190

For a large binary, this reduces probe parsing 
- processing time from 10.5925s to 5.6295s,
- peak RSS from 10.54 to 7.98 GiB.
2024-09-11 16:33:34 -07:00

17 KiB