Update src/doc/rustc/src/profile-guided-optimization.md

Co-authored-by: Jakub Beránek <berykubik@gmail.com>
This commit is contained in:
Meysam 2023-10-25 08:43:06 +07:00 committed by GitHub
parent 15f0149c3e
commit 29ec0ec4a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,5 +165,5 @@ cargo pgo optimize
These steps will do the following just as before:
1. Build an instrumented binary from the source code.
2. Use the instrumentation in the binary when running it for the first time.
2. Run the instrumented binary to gather PGO profiles.
3. Use the instrumentation results from the last step to create an optimized binary.