Tag: cProfile

cProfile data visualization with Gprof2Dot & GraphVis

While looking for a straightforward way to visualize python cProfile profiling data I stumbled over the nice tool Gprof2Dot which uses GraphVis to generate nice graphics. I am just writing…