We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
samply
1 parent fa340b4 commit 973fe8bCopy full SHA for 973fe8b
src/bootstrap/src/core/build_steps/perf.rs
@@ -30,7 +30,7 @@ enum PerfCommand {
30
Eprintln,
31
/// Run `profile_local samply`
32
/// This executes the compiler on the given benchmarks and profiles it with `samply`.
33
- /// You need to install `samply`, e.g. using `cargo install samply`.
+ /// You need to install `samply`, e.g. using `cargo install --locked samply`.
34
Samply,
35
/// Run `profile_local cachegrind`.
36
/// This executes the compiler on the given benchmarks under `Cachegrind`.
0 commit comments