Re: ANN: Python Call Graph 0.3.0

2007-02-14 Thread Beej
On Feb 14, 3:02 pm, "Gerald Kaszuba" <[EMAIL PROTECTED]> wrote: > I just released pycallgraph 0.3.0. There are many examples on the web > site and linked from the web site including a 16188 x 4187 sized call > graph! That's pretty cool, all right. -Beej -- http://mail.python.org/mailman/listinf

ANN: Python Call Graph 0.3.0

2007-02-14 Thread Gerald Kaszuba
Hi, I just released pycallgraph 0.3.0. There are many examples on the web site and linked from the web site including a 16188 x 4187 sized call graph! http://pycallgraph.slowchop.com/ The changes are: * Renamed make_graph to make_dot_graph to allow different output types in the future * Callback