Skip to content

Commit d06b322

Browse files
authored
remove confusing parts of sentence
I can guess what this meant, but decided to just keep it simple
1 parent c188f7b commit d06b322

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)