Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro committed Sep 19, 2024
1 parent f0a3544 commit 58e6e67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/profiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

This directory contains scripts for a first pass at profiling cycle counts in Calyx programs. It contains:

- `get-profile-counts-info.sh`: A wrapper script that produces a cycle counts estimate given a Calyx program
- `get-profile-counts-info.sh`: A wrapper script that produces a cycle counts estimate and flame graphs given a Calyx program
- `parse-vcd.py`: A helper script that reads in a VCD file and a JSON FSM file to generate cycle count estimates
- `create-visuals.py`: A helper script that reads in a cycle count report JSON (produced by `parse-vcd.py`) and produces `.folded` files for flame graphs, and JSON files for timelines

### Usage

Expand Down

0 comments on commit 58e6e67

Please sign in to comment.