File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,9 @@ second that contains a branch of your changes. To compare the two versions, do
146
146
something like this:
147
147
148
148
```
149
- ./target/release/collector bench_local $RUST_ORIGINAL Original
149
+ ./target/release/collector bench_local --id Original $RUST_ORIGINAL
150
150
151
- ./target/release/collector bench_local $RUST_MODIFIED Modified
151
+ ./target/release/collector bench_local --id Modified $RUST_MODIFIED
152
152
```
153
153
154
154
where ` $RUST_ORIGINAL ` and ` $RUST_MODIFIED ` are paths (relative or absolute) to
@@ -414,7 +414,7 @@ The following options alter the behaviour of the `profile_local` subcommand.
414
414
against the first. If a non-toolchain identifier is being used, a ` 1 ` will be
415
415
appended to the identifier for the first run and a ` 2 ` will be appended to
416
416
the identifier for the second run. If the profiler being used is Cachegrind,
417
- diff files will also be produced.
417
+ diff files will also be produced.
418
418
- ` --rustdoc <RUSTDOC> ` as for ` bench_local ` .
419
419
420
420
` RUST_LOG=debug ` can be specified to enable verbose logging, which is useful
You can’t perform that action at this time.
0 commit comments