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