Re: Profiling python 2.3

2005-01-28 Thread Kenneth Johansson
On Fri, 28 Jan 2005 10:02:33 +, Stephen Kellett wrote: > In message <[EMAIL PROTECTED]>, Kenneth > Johansson <[EMAIL PROTECTED]> writes >>I wonder what would be a good way to profile a python program where the >>main thread starts two worker threads that do all the work. >> >>I get no infoma

Re: Profiling python 2.3

2005-01-28 Thread Stephen Kellett
In message <[EMAIL PROTECTED]>, Kenneth Johansson <[EMAIL PROTECTED]> writes I wonder what would be a good way to profile a python program where the main thread starts two worker threads that do all the work. I get no infomation at all from the threads. Python Performance Validator (beta) http:/

Profiling python 2.3

2005-01-27 Thread Kenneth Johansson
I wonder what would be a good way to profile a python program where the main thread starts two worker threads that do all the work. I get no infomation at all from the threads. I tried to use profile.run as the first thing in the new thread and the thread starts and works fine but when it exits