diff options
| author | nora <48135649+Noratrieb@users.noreply.github.com> | 2025-09-12 20:28:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-12 20:28:51 +0200 |
| commit | ee63b075395b40cd19b9ef00580f5297fb8222cc (patch) | |
| tree | a2130edeb4a9cfebc155b907ea57b17a33fa8447 /src | |
| parent | ddfd47a12ba02f1397da62e6583e47c544fa0bb6 (diff) | |
| parent | 1806a8244e96e3cb2be8dc93d95e350f81505083 (diff) | |
| download | rust-ee63b075395b40cd19b9ef00580f5297fb8222cc.tar.gz rust-ee63b075395b40cd19b9ef00580f5297fb8222cc.zip | |
Merge pull request #2584 from rust-lang/tshepang-patch-5
remove confusing parts of sentence
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/profiling/with_perf.md | 3 |
1 files changed, 1 insertions, 2 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 0d4f23bcd9a..e452dde5226 100644 --- a/src/doc/rustc-dev-guide/src/profiling/with_perf.md +++ b/src/doc/rustc-dev-guide/src/profiling/with_perf.md @@ -4,8 +4,7 @@ This is a guide for how to profile rustc with [perf](https://perf.wiki.kernel.or ## Initial steps -- Get a clean checkout of rust-lang/master, or whatever it is you want - to profile. +- Get a clean checkout of rust-lang/rust - Set the following settings in your `bootstrap.toml`: - `rust.debuginfo-level = 1` - enables line debuginfo - `rust.jemalloc = false` - lets you do memory use profiling with valgrind |
