diff --git a/tools/profiler/README.md b/tools/profiler/README.md index be7bb3c0b..469745d4c 100644 --- a/tools/profiler/README.md +++ b/tools/profiler/README.md @@ -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