Skip to content

Commit

Permalink
Update profile-guided-optimization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Oct 25, 2023
1 parent 3ecc8c3 commit 515535a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/doc/rustc/src/profile-guided-optimization.md
Expand Up @@ -156,9 +156,10 @@ it in their repository accessible from this link: https://github.com/Kobzol/carg
For the sake of completeness, here are the corresponding steps using `cargo-pgo`:

```bash
# Install the binary as usual: cargo install cargo-pgo
# Install if you haven't already
cargo install cargo-pgo

cargo pgo build
LLVM_PROFILE_FILE=./target/pgo-profiles/rustc-pgo_%m_%p.profraw ./target/x86_64-unknown-linux-gnu/release/myprogram
cargo pgo optimize
```

Expand Down

0 comments on commit 515535a

Please sign in to comment.