Skip to content

Commit b9438a6

Browse files
authored
Merge pull request #2584 from rust-lang/tshepang-patch-5
remove confusing parts of sentence
2 parents 84bcd9e + d06b322 commit b9438a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/profiling/with_perf.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ This is a guide for how to profile rustc with [perf](https://perf.wiki.kernel.or
44

55
## Initial steps
66

7-
- Get a clean checkout of rust-lang/master, or whatever it is you want
8-
to profile.
7+
- Get a clean checkout of rust-lang/rust
98
- Set the following settings in your `bootstrap.toml`:
109
- `rust.debuginfo-level = 1` - enables line debuginfo
1110
- `rust.jemalloc = false` - lets you do memory use profiling with valgrind

0 commit comments

Comments
 (0)