Re: Thread Profiling

2007-11-05 Thread James Matthews
Try passing the verbose=1 flag when creating the tread! On 11/6/07, Chris Mellon <[EMAIL PROTECTED]> wrote: > > On Nov 5, 2007 1:32 PM, JamesHoward <[EMAIL PROTECTED]> wrote: > > Are there any good thread profilers available that can profile a > > thread as it is running instead of after execution

Re: Thread Profiling

2007-11-05 Thread Chris Mellon
On Nov 5, 2007 1:32 PM, JamesHoward <[EMAIL PROTECTED]> wrote: > Are there any good thread profilers available that can profile a > thread as it is running instead of after execution is completed? > > I would like to find a python class which looks at a currently running > thread and if its memory

Thread Profiling

2007-11-05 Thread JamesHoward
Are there any good thread profilers available that can profile a thread as it is running instead of after execution is completed? I would like to find a python class which looks at a currently running thread and if its memory exceeds a certain amount than kill it. Ideally I would like the program