/dflow2dot

Visualize an ACT dataflow graph

Primary LanguageC++GNU General Public License v2.0GPL-2.0

dflow2dot

This converts an ACT dataflow graph into a per-process .dot file suitable for visualization using graphviz.

This requires interact to be installed.

Running dflow2dot

$ dflow2dot -p <file.act>

This should save a dot file per process that has an ACT dataflow body.