Re: Using graphviz to visualize trace.py output, anybody?

2005-11-05 Thread Pieter Swart
[EMAIL PROTECTED] wrote: I was originally thinking of piping the output of trace.py into a text file and then have python massage that text file into a dot file for graphviz to visualize. Some formatting is possible with graphviz, but I would expect the graph to be very dependent on how the

Re: Using graphviz to visualize trace.py output, anybody?

2005-11-01 Thread Magnus Lycka
[EMAIL PROTECTED] wrote: Hi, has anybody thought of / already used graphviz to convert the output of trace.py into a graph? Thanks for the pointer to trace.py. I hadn't seen that before. Are you thinking about a call-graph or sequence diagram, based on the output from trace.py --trace? I

Re: Using graphviz to visualize trace.py output, anybody?

2005-11-01 Thread Toby Dickenson
Maybe there is some other tool that I am not aware of which can create this kind of trace. I use eclipse with pydev plugin on MacOS 10.3.9 kcachegrind http://kcachegrind.sourceforge.net/cgi-bin/show.cgi -- Toby Dickenson -- http://mail.python.org/mailman/listinfo/python-list

Re: Using graphviz to visualize trace.py output, anybody?

2005-11-01 Thread svenn . are
I was originally thinking of piping the output of trace.py into a text file and then have python massage that text file into a dot file for graphviz to visualize. Some formatting is possible with graphviz, but I would expect the graph to be very dependent on how the program under test runs so I

Re: Using graphviz to visualize trace.py output, anybody?

2005-11-01 Thread svenn . are
This looks like something, but I have to introspect myself to accept fink on my mac. Thanks for the pointer. -- Svenn -- http://mail.python.org/mailman/listinfo/python-list

Re: Using graphviz to visualize trace.py output, anybody?

2005-10-31 Thread David E. Konerding DSD staff
In article [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Hi, has anybody thought of / already used graphviz to convert the output of trace.py into a graph? I looked at PyUMLGraph, but 1. PyUMLGraph does not successfully create a dot file, and 2. I don't really want a UML representation but a

Re: Using graphviz to visualize trace.py output, anybody?

2005-10-31 Thread svenn . are
I am referring to the trace.py which comes with python2.3 which is installed on Panther by default. (I found it with 'locate trace.py' after reading about its existence here) I was thinking in the direction of your suggestion 2) but before I reinvent the wheel, I would like to know if someone

Using graphviz to visualize trace.py output, anybody?

2005-10-30 Thread svenn . are
Hi, has anybody thought of / already used graphviz to convert the output of trace.py into a graph? I looked at PyUMLGraph, but 1. PyUMLGraph does not successfully create a dot file, and 2. I don't really want a UML representation but a compact representation of program execution. Maybe there is

Re: Using graphviz to visualize trace.py output, anybody?

2005-10-30 Thread Do Re Mi chel La Si Do
Hi! Under Windows, I call graphwiz from Python via COM, with win32all (PyWin). Sorry, I don't know the Mac. @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list