From 29ec0ec4a6fb72dcb61e1cd1b1b4bb7aa0da9351 Mon Sep 17 00:00:00 2001 From: Meysam Date: Wed, 25 Oct 2023 08:43:06 +0700 Subject: [PATCH] Update src/doc/rustc/src/profile-guided-optimization.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Beránek --- src/doc/rustc/src/profile-guided-optimization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc/src/profile-guided-optimization.md b/src/doc/rustc/src/profile-guided-optimization.md index 465a26a1301b..951dda03e80d 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.