Skip to content

Commit

Permalink
Fix Profiler documentation (#2371)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro authored Dec 9, 2024
1 parent d9df264 commit 124da61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- [Scripting](./running-calyx/fud2/scripts.md)
- [Interfacing with Calyx RTL](./running-calyx/interfacing.md)
- [The Calyx Interpreter](./running-calyx/interpreter.md)
- [The Calyx Profiler](./running-calyx/profiler.md)
- [FIRRTL Backend](./running-calyx/firrtl.md)

# Compiler Development Guide
Expand Down
4 changes: 2 additions & 2 deletions docs/running-calyx/profiler.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Calyx Profiler
# The Calyx Profiler

*Note: The profiler is still in development. If you have any suggestions, thoughts, or feedback, please let us know!*

Expand All @@ -7,7 +7,7 @@ Profilers can help you analyze performance information to find places you can op
## Setup

In order to run the profiler, you need:
- [fud2][]
- [fud2](./fud2/index.html)
- 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)

Expand Down

0 comments on commit 124da61

Please sign in to comment.