Merge pull request #2584 from rust-lang/tshepang-patch-5

remove confusing parts of sentence
This commit is contained in:
nora 2025-09-12 20:28:51 +02:00 committed by GitHub
commit ee63b07539
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,8 +4,7 @@ This is a guide for how to profile rustc with [perf](https://perf.wiki.kernel.or
## Initial steps
- Get a clean checkout of rust-lang/master, or whatever it is you want
to profile.
- Get a clean checkout of rust-lang/rust
- Set the following settings in your `bootstrap.toml`:
- `rust.debuginfo-level = 1` - enables line debuginfo
- `rust.jemalloc = false` - lets you do memory use profiling with valgrind