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
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:/
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