Please give an example in order to pass several binaries to create_gcov?
Open
- Dominant language
- C++
- Stars
- 619
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
One can convert profile data using the following command
create_gcov --binary=your_program.unstripped --profile=perf.data --gcov=profile.afdo
But how to do this when the program is proprietary binary and the profiled code consists of several optional shared object file? I’m meaning, how to pass several binaries to `create_gcov` when there’s still a single `perf.data` for all of them?
Contributor guide
Assessment
This issue has not been assessed yet.