Skip to content

Commit 973fe8b

Browse files
committed
Make samply installation command better
1 parent fa340b4 commit 973fe8b

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/perf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ enum PerfCommand {
3030
Eprintln,
3131
/// Run `profile_local samply`
3232
/// 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`.
33+
/// You need to install `samply`, e.g. using `cargo install --locked samply`.
3434
Samply,
3535
/// Run `profile_local cachegrind`.
3636
/// This executes the compiler on the given benchmarks under `Cachegrind`.

0 commit comments

Comments
 (0)