Skip to content

Commit 769826d

Browse files
spastorinomark-i-m
authored andcommitted
use-jemalloc -> jemalloc
1 parent 9263df7 commit 769826d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/profiling/with_perf.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a guide for how to profile rustc with [perf](https://perf.wiki.kernel.or
88
to profile.
99
- Set the following settings in your `config.toml`:
1010
- `debuginfo-level = 1` - enables line debuginfo
11-
- `use-jemalloc = false` - lets you do memory use profiling with valgrind
11+
- `jemalloc = false` - lets you do memory use profiling with valgrind
1212
- leave everything else the defaults
1313
- Run `./x.py build` to get a full build
1414
- Make a rustup toolchain pointing to that result

0 commit comments

Comments
 (0)