File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
pages/compare/compile/table Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function normalizeScenario(scenario: string): string {
43
43
</script >
44
44
45
45
<template >
46
- <pre ><code >cargo run --bin collector -- release profile_local cachegrind \
46
+ <pre ><code >./target/ release/collector profile_local cachegrind \
47
47
+{{ firstCommit }} \<template v-if =" props .baselineCommit !== undefined " >
48
48
--rustc2 +{{ props.commit }} \</template >
49
49
--include {{ testCase.benchmark }} \
Original file line number Diff line number Diff line change @@ -312,8 +312,8 @@ onMounted(() => renderGraph());
312
312
<div class =" title bold" >
313
313
Local profiling command<Tooltip >
314
314
Execute this command in a checkout of
315
- <a href =" https://github.com/rust-lang/rustc-perf" >rustc-perf</a >
316
- to generate a Cachegrind profile.
315
+ <a href =" https://github.com/rust-lang/rustc-perf" >rustc-perf</a >,
316
+ after a `cargo build --release`, to generate a Cachegrind profile.
317
317
</Tooltip >
318
318
</div >
319
319
You can’t perform that action at this time.
0 commit comments