Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Jan 10, 2024
1 parent c230c8e commit c4eee55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user-guide/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ They are intuitive to inspect and browse, and stand out because:
### Lastly, how to generate a flamegraph?

In order to generate flamegraphs, clone the [scalac-profiling][flamegraph]
GitHub repository. The repository contains the `Flamegraph` git module consisting
GitHub repository. The repository contains the `FlameGraph` git submodule consisting
of the tools to generate the SVG files that you will later use. Once the prepared
data is generated by the compiler plugin (`.flamegraph` file):

1. `cd` into the `Flamegraph` directory;
1. `cd` into the `external/Flamegraph` directory;
2. Execute the `git submodule update --init`;
3. And run the following command in the `Flamegraph` project's root directory:
3. And run the following command in the `FlameGraph` project's root directory:
```bash
./flamegraph.pl \
--hash --countname="μs" \
Expand Down

0 comments on commit c4eee55

Please sign in to comment.