Skip to content

Commit

Permalink
docs: update PGO instrumentation instructions
Browse files Browse the repository at this point in the history
Resolves #60
  • Loading branch information
zamazan4ik authored and Kobzol committed Oct 1, 2024
1 parent 310b5d0 commit 71de657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ consists of three general steps:
2) **Gather performance profiles**
- Run your instrumented binary on representative workloads. The binary will generate profile files
on disk which will be then used to optimize the binary.
- Try to gather as much data as possible. Ideally, run your binary for at least a minute or more.
- Try to gather as much data as possible. Ideally, exercise all the important parts of the codebase (in the coverage sense).
3) **Build an optimized binary using generated profiles**
- The compiler will use the generated profiles to build an optimized version of your binary.
- The binary will be optimized with respect to the profiled workloads. If you execute it on a
Expand Down

0 comments on commit 71de657

Please sign in to comment.