Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/doc/rustc/src/profile-guided-optimization.md
Co-authored-by: Jakub Beránek <[email protected]>
  • Loading branch information
meysam81 and Kobzol authored Oct 25, 2023
commit 29ec0ec4a6fb72dcb61e1cd1b1b4bb7aa0da9351
2 changes: 1 addition & 1 deletion src/doc/rustc/src/profile-guided-optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.