Description
Turns profiler output into Graphviz dot graphs for easier performance analysis. It helps developers see call relationships and hotspots visually after collecting profiling data from supported tools.
The script does not collect profiles by itself; it converts existing output. Profiling data can include file paths, function names, and workload details, so avoid sharing generated graphs without review.