We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a26b6 commit 440331eCopy full SHA for 440331e
stack_collapse/README.md
@@ -7,15 +7,15 @@ stack-collapse is a tool to produce [Flame Graph](https://github.com/brendangreg
7
```bash
8
$ # Install stack_collapse if you haven't done so yet.
9
10
-$ cargo install --git https://github.com/rust-lang/measureme stack-collapse
+$ cargo install --git https://github.com/rust-lang/measureme stack_collapse
11
12
$ git clone https://github.com/rust-lang/regex.git
13
14
$ cd regex
15
16
$ cargo rustc -- -Z self-profile
17
18
-$ stack-collapse regex-{pid}
+$ stack_collapse regex-{pid}
19
20
$ ../path/to/FlameGraph/flamegraph.pl out.stacks_folded > rustc.svg
21
0 commit comments