Skip to content

Commit

Permalink
[Profiling] Remove profiler sketch files (#2286)
Browse files Browse the repository at this point in the history
Relocate proof of concept ADL flame graphs to
https://github.com/calyxir/calyx-profiler-sketches!
  • Loading branch information
ayakayorihiro committed Sep 19, 2024
1 parent 651c476 commit ab390b5
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1,084 deletions.
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

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ab390b5

Please sign in to comment.