diff options
| author | Meysam <MeysamAzad81@gmail.com> | 2023-10-25 08:43:06 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-25 08:43:06 +0700 |
| commit | 29ec0ec4a6fb72dcb61e1cd1b1b4bb7aa0da9351 (patch) | |
| tree | 91e45f6dea3b0aeccf6f166382d33ca1121475d5 | |
| parent | 15f0149c3ea7338b829663ec76c2160ea5730087 (diff) | |
| download | rust-29ec0ec4a6fb72dcb61e1cd1b1b4bb7aa0da9351.tar.gz rust-29ec0ec4a6fb72dcb61e1cd1b1b4bb7aa0da9351.zip | |
Update src/doc/rustc/src/profile-guided-optimization.md
Co-authored-by: Jakub Beránek <berykubik@gmail.com>
| -rw-r--r-- | src/doc/rustc/src/profile-guided-optimization.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/profile-guided-optimization.md b/src/doc/rustc/src/profile-guided-optimization.md index 465a26a1301..951dda03e80 100644 --- a/src/doc/rustc/src/profile-guided-optimization.md +++ b/src/doc/rustc/src/profile-guided-optimization.md @@ -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. |
