Sections
Timeline
Browse Source
View Tickets
New Ticket
Sub-Sections
Start Page
Index
History
Last Change
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. 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