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.
2 parents 84bcd9e + d06b322 commit b9438a6Copy full SHA for b9438a6
src/profiling/with_perf.md
@@ -4,8 +4,7 @@ This is a guide for how to profile rustc with [perf](https://perf.wiki.kernel.or
4
5
## Initial steps
6
7
-- Get a clean checkout of rust-lang/master, or whatever it is you want
8
- to profile.
+- Get a clean checkout of rust-lang/rust
9
- Set the following settings in your `bootstrap.toml`:
10
- `rust.debuginfo-level = 1` - enables line debuginfo
11
- `rust.jemalloc = false` - lets you do memory use profiling with valgrind
0 commit comments