diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-03-16 18:53:03 -0300 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-03-17 12:16:02 -0500 |
| commit | 25a734b2dc8d5527818d8da131c19bd3cd7e3bd3 (patch) | |
| tree | c5be3946f86a480652b6ee5fe74c5edc5b870d9c /src/doc/rustc-dev-guide | |
| parent | 49c1f9830eba2da1ee7894ee49f859c093a1a5c5 (diff) | |
| download | rust-25a734b2dc8d5527818d8da131c19bd3cd7e3bd3.tar.gz rust-25a734b2dc8d5527818d8da131c19bd3cd7e3bd3.zip | |
use-jemalloc -> jemalloc
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/profiling/with_perf.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/profiling/with_perf.md b/src/doc/rustc-dev-guide/src/profiling/with_perf.md index cca2d06d133..d22a3cf4bca 100644 --- a/src/doc/rustc-dev-guide/src/profiling/with_perf.md +++ b/src/doc/rustc-dev-guide/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 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 |
