Closed mattt closed 3 years ago
Currently, graphs are rendered by spawning a new process to the named tool (e.g. /usr/bin/dot). This PR adds a Clibgraphviz system library target and renders a graph directly through the GraphViz library.
/usr/bin/dot
Clibgraphviz
Currently, graphs are rendered by spawning a new process to the named tool (e.g.
/usr/bin/dot
). This PR adds aClibgraphviz
system library target and renders a graph directly through the GraphViz library.