Web application for drawing directed graphs from the output of Python's cProfile

David Wong davidwong.xc at gmail.com
Mon Nov 5 00:53:56 EST 2012


I recently built startgraphi.com. It's a web application that draws directed graphs of running times and function calls from the output of Python's cProfile. It also creates a sortable table of running times and function calls.

I hope someone finds it useful. 



More information about the Python-list mailing list