We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f0149 commit 29ec0ecCopy full SHA for 29ec0ec
src/doc/rustc/src/profile-guided-optimization.md
@@ -165,5 +165,5 @@ cargo pgo optimize
165
These steps will do the following just as before:
166
167
1. Build an instrumented binary from the source code.
168
-2. Use the instrumentation in the binary when running it for the first time.
+2. Run the instrumented binary to gather PGO profiles.
169
3. Use the instrumentation results from the last step to create an optimized binary.
0 commit comments