Python Call Graph
About
pycallgraph is a Python module that creates call graphs for Python programs.
Examples
Click on an image below to see the full size.
Status
The latest version is 0.5.1 and was released on 2008-07-08. The command line tool has been renamed (again) to "pycallgraph". I have opened up tickets for anyone who wants to make a suggestion or bug report.
Changes
The ChangeLog is updated as often as I change things.
Documentation
I've moved documentation to another page since it was getting large.
Installation
Using easy_install is the quickest way to install pycallgraph, if you have setuptools installed:
easy_install pycallgraph
Otherwise, more download options are at PythonCallGraphInstall. The direct link to the tarball is here.
Examples and Reviews
- pycallgraph 0.2.0 @ syobosyobo (JP) (translated) - 1985x1421 call graph for PyOthero
- pycallgraph 0.2.0 @ Rich Burridge's Blog - 16188x4187 call graph for Orca
- pycallgraph 0.1.0 @ ONLamp Blog