This commit is contained in:
Niko Matsakis 2018-09-07 11:29:45 -04:00 committed by Who? Me?!
parent fcbd9b907e
commit 694a90c19d
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ This is a guide for how to profile rustc with [perf](https://perf.wiki.kernel.or
- leave everything else the defaults
- Run `./x.py build` to get a full build
- Make a rustup toolchain pointing to that result
- 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]
[b-a-r]: ../how-to-build-and-run.html#toolchain
## Gathering a perf profile