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 2078906 + 7b92199 commit a2c80e6Copy full SHA for a2c80e6
src/profiling/with_perf.md
@@ -7,8 +7,8 @@ This is a guide for how to profile rustc with [perf](https://perf.wiki.kernel.or
7
- Get a clean checkout of rust-lang/master, or whatever it is you want
8
to profile.
9
- Set the following settings in your `bootstrap.toml`:
10
- - `debuginfo-level = 1` - enables line debuginfo
11
- - `jemalloc = false` - lets you do memory use profiling with valgrind
+ - `rust.debuginfo-level = 1` - enables line debuginfo
+ - `rust.jemalloc = false` - lets you do memory use profiling with valgrind
12
- leave everything else the defaults
13
- Run `./x build` to get a full build
14
- Make a rustup toolchain pointing to that result
0 commit comments