We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c188f7b commit d06b322Copy full SHA for d06b322
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
4
5
## Initial steps
6
7
-- Get a clean checkout of rust-lang/master, or whatever it is you want
8
- to profile.
+- Get a clean checkout of rust-lang/rust
9
- Set the following settings in your `bootstrap.toml`:
10
- `rust.debuginfo-level = 1` - enables line debuginfo
11
- `rust.jemalloc = false` - lets you do memory use profiling with valgrind
0 commit comments