Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro committed Dec 9, 2024
1 parent 61a3fe6 commit 0dd1037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running-calyx/profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Profilers can help you analyze performance information to find places you can op

In order to run the profiler, you need:
- [fud2][]
- The Python [`vcdvcd` library](https://github.com/cirosantilli/vcdvcd). Most likely you can download it by running `python -m pip install --user vcdvcd`.
- The Python [`vcdvcd` library](https://github.com/cirosantilli/vcdvcd). Running `fud2 env init` should install this for you.
- A clone of Brendan Gregg's Flamegraph repository: [https://github.com/brendangregg/FlameGraph](https://github.com/brendangregg/FlameGraph)

Then, you need to edit your fud2 configuration file to specify the location of `flamegraph.pl` within the `Flamegraph` repository:
Expand Down

0 comments on commit 0dd1037

Please sign in to comment.