python-pycallgraph

Python library that creates call graphs for Python programs
  http://pycallgraph.slowchop.com
  1
  1 review



It uses GraphViz to generate call graphs from one execution of your Python code. It's very easy to use and can point out possible problems with your code execution.
Latest reviews
4
blueXrider 12 years ago

nice