Skip to content

Commit 3ecc8c3

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

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
@@ -166,4 +166,4 @@ These steps will do the following just as before:
166166

167167
1. Build an instrumented binary from the source code.
168168
2. Run the instrumented binary to gather PGO profiles.
169-
3. Use the instrumentation results from the last step to create an optimized binary.
169+
3. Use the gathered PGO profiles from the last step to build an optimized binary.

0 commit comments

Comments
 (0)