Sections
Sub-Sections
Start Page
Index
History
Download
Plain Text
Metanav
Preferences
About Trac
Links
Slowchop Studios
Gerald Kaszuba
Advertisement

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. pycallgraph has a project on  github and maintain  issues for anyone who wants to  make a suggestion or bug report. Please submit any patches to pycallgraph using a  github pull request.

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