Skip to content

Commit 662d00d

Browse files
authored
Merge pull request #133 from tmandry/patch-1
stack-collapse -> stack_collapse in README
2 parents 40a26b6 + 440331e commit 662d00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stack_collapse/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ stack-collapse is a tool to produce [Flame Graph](https://github.com/brendangreg
77
```bash
88
$ # Install stack_collapse if you haven't done so yet.
99

10-
$ cargo install --git https://github.com/rust-lang/measureme stack-collapse
10+
$ cargo install --git https://github.com/rust-lang/measureme stack_collapse
1111

1212
$ git clone https://github.com/rust-lang/regex.git
1313

1414
$ cd regex
1515

1616
$ cargo rustc -- -Z self-profile
1717

18-
$ stack-collapse regex-{pid}
18+
$ stack_collapse regex-{pid}
1919

2020
$ ../path/to/FlameGraph/flamegraph.pl out.stacks_folded > rustc.svg
2121

0 commit comments

Comments
 (0)