Re: pycallgraph 0.1.0

2007-02-10 Thread Gerald Kaszuba
>http://pycallgraph.slowchop.com/files/examples/mongballs-client.png > > indicate you are subject to the slashdot effect? Steve, No /. effect :) I rearranged some files around because of the new version of pycallgraph. The new preview image is: http://pycallgraph.slowchop.com/pycallgraph/wik

Re: pycallgraph 0.1.0

2007-02-10 Thread Steve Holden
Gerald Kaszuba wrote: > On 2/10/07, Stef Mientki <[EMAIL PROTECTED]> wrote: >> ... but isn't "__main__." non-information ? > > Good point -- I'll consider removing it in the next version. > Does the 404 error on http://pycallgraph.slowchop.com/files/examples/mongballs-client.png indicate you

Re: pycallgraph 0.1.0

2007-02-09 Thread Gerald Kaszuba
On 2/10/07, Stef Mientki <[EMAIL PROTECTED]> wrote: > ... but isn't "__main__." non-information ? Good point -- I'll consider removing it in the next version. Gerald -- http://mail.python.org/mailman/listinfo/python-list

Re: pycallgraph 0.1.0

2007-02-09 Thread Stef Mientki
Gerald Kaszuba wrote: > Hi > > I've just released the first version of Python Call Graph. I haven't > tested it too much so don't expect it not to crash :) > > An example of its output is: > http://pycallgraph.slowchop.com/files/examples/mongballs-client.png > > It's easy to use... you just need

pycallgraph 0.1.0

2007-02-09 Thread Gerald Kaszuba
Hi I've just released the first version of Python Call Graph. I haven't tested it too much so don't expect it not to crash :) An example of its output is: http://pycallgraph.slowchop.com/files/examples/mongballs-client.png It's easy to use... you just need Graphviz installed and in your path and