use-jemalloc -> jemalloc

This commit is contained in:
Santiago Pastorino 2020-03-16 18:53:03 -03:00 committed by Who? Me?!
parent 9c853c9a23
commit 41acd4400a
1 changed files with 1 additions and 1 deletions

View File

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