Skip to content

Commit 440331e

Browse files
authored
stack-collapse -> stack_collapse in README
Fix naming
1 parent 40a26b6 commit 440331e

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)