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 fcbd9b9 commit 694a90cCopy full SHA for 694a90c
src/profiling/with_perf.md
@@ -12,7 +12,9 @@ This is a guide for how to profile rustc with [perf](https://perf.wiki.kernel.or
12
- leave everything else the defaults
13
- Run `./x.py build` to get a full build
14
- Make a rustup toolchain pointing to that result
15
- - see [the "build and run" section for instructions](../how-to-build-and-run.html#toolchain)
+ - see [the "build and run" section for instructions][b-a-r]
16
+
17
+[b-a-r]: ../how-to-build-and-run.html#toolchain
18
19
## Gathering a perf profile
20
0 commit comments