Hello, first post here.
I’m trying to use grpofddot
in conjunction with cProfile
to visualize some Python code. I’m following the instructions in this tutorial: Profiling and visualization tools in Python | by Narendra Kumar Vadapalli | Medium
I was able to generate the profiling data with cProfile
without issues. However, I’m not able to generate the visualization of the code execution. In particular, running dot.exe
results in the error message “The system cannot execute the specified program.” and causes the executable to be deleted immediately afterwards. Any idea how I could resolve this?
I’m using GraphViz 13.0.1 on Windows 11.
Thanks in advance.