From 58e6e677d8dff85558e59a0cea4292e443a404ef Mon Sep 17 00:00:00 2001 From: Ayaka Yorihiro Date: Wed, 18 Sep 2024 20:03:01 -0400 Subject: [PATCH] update readme --- tools/profiler/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/profiler/README.md b/tools/profiler/README.md index be7bb3c0b6..469745d4cd 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