mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Update src/doc/rustc/src/profile-guided-optimization.md
Co-authored-by: Jakub Beránek <berykubik@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user