Skip to content

Commit 71de657

Browse files
zamazan4ikKobzol
authored andcommitted
docs: update PGO instrumentation instructions
Resolves #60
1 parent 310b5d0 commit 71de657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ consists of three general steps:
5858
2) **Gather performance profiles**
5959
- Run your instrumented binary on representative workloads. The binary will generate profile files
6060
on disk which will be then used to optimize the binary.
61-
- Try to gather as much data as possible. Ideally, run your binary for at least a minute or more.
61+
- Try to gather as much data as possible. Ideally, exercise all the important parts of the codebase (in the coverage sense).
6262
3) **Build an optimized binary using generated profiles**
6363
- The compiler will use the generated profiles to build an optimized version of your binary.
6464
- The binary will be optimized with respect to the profiled workloads. If you execute it on a

0 commit comments

Comments
 (0)