gak / pycallgraph

pycallgraph is a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
1.82k stars 336 forks source link

Allow passing in absolute path for GraphvizOutput.tool #164

Open pi-anl opened 7 years ago

pi-anl commented 7 years ago

There are times where it's not convenient to add graphviz to the system path, this allows me to set the tool to a full path the the dot executable or similar.