We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9263df7 commit 769826dCopy full SHA for 769826d
src/profiling/with_perf.md
@@ -8,7 +8,7 @@ This is a guide for how to profile rustc with [perf](https://perf.wiki.kernel.or
8
to profile.
9
- Set the following settings in your `config.toml`:
10
- `debuginfo-level = 1` - enables line debuginfo
11
- - `use-jemalloc = false` - lets you do memory use profiling with valgrind
+ - `jemalloc = false` - lets you do memory use profiling with valgrind
12
- leave everything else the defaults
13
- Run `./x.py build` to get a full build
14
- Make a rustup toolchain pointing to that result
0 commit comments