With ignore-stack-samples, We can ignore the call stack before the samples aggregation which could reduce some redundant computations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Good catch, thanks.
llvm/tools/llvm-profgen/PerfReader.cpp | ||
---|---|---|
650–656 | make this an else case? |
Comment Actions
lgtm, thanks. do you see this making AutoFDO profile generation faster? and by how much?
Comment Actions
Tested on clang-10 build, it can make profile generation a little bit faster, around 3%.
make this an else case?