Skip to content

Commit 29ec0ec

Browse files
meysam81Kobzol
andauthored
Update src/doc/rustc/src/profile-guided-optimization.md
Co-authored-by: Jakub Beránek <[email protected]>
1 parent 15f0149 commit 29ec0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,5 @@ cargo pgo optimize
165165
These steps will do the following just as before:
166166

167167
1. Build an instrumented binary from the source code.
168-
2. Use the instrumentation in the binary when running it for the first time.
168+
2. Run the instrumented binary to gather PGO profiles.
169169
3. Use the instrumentation results from the last step to create an optimized binary.

0 commit comments

Comments
 (0)