pycallgraph 0.2.0

Gerald Kaszuba gerald.kaszuba at gmail.com
Sat Feb 10 02:13:16 EST 2007


Hi

I just released a new version of pycallgraph. It has many improvements
over 0.1.0. Here is an example of a call graph made in pycallgraph
0.2.0:
http://pycallgraph.slowchop.com/pycallgraph/wiki/RegExpExample

There are more examples on the web site:
http://pycallgraph.slowchop.com/

The changes are:
* Windows access denied bug fixed
* graph uses different colours depending on the number of calls made
to the function
* graph settings and look are very customisable
* exclude and include filters
* stop_trace() is not required anymore, it is called automatically by
make_graph()
* will throw an exception if there is an error from dot/neato
* removed obvious use of __main__ as the module name
* added some examples

There is no documentation yet but if you browse the source you'll be
able to figure out a lot.

Enjoy!

Gerald




More information about the Python-list mailing list