Re: some kind of trace facility ?

2008-08-10 Thread Michele Simionato
On Aug 10, 1:14 am, Stef Mientki <[EMAIL PROTECTED]> wrote: > hello, > > I want to investigate on a regular base the flow of my Python (most of > them using wxPython) programs. > So I want to have some log facilty, that logs things like > - every time a function / method is called > - the time spen

Re: some kind of trace facility ?

2008-08-10 Thread Diez B. Roggisch
Stef Mientki schrieb: hello, I want to investigate on a regular base the flow of my Python (most of them using wxPython) programs. So I want to have some log facilty, that logs things like - every time a function / method is called - the time spent in that function / method (or even better sta

Re: some kind of trace facility ?

2008-08-09 Thread Timothy Grant
n Sat, Aug 9, 2008 at 4:14 PM, Stef Mientki <[EMAIL PROTECTED]> wrote: > hello, > > I want to investigate on a regular base the flow of my Python (most of them > using wxPython) programs. > So I want to have some log facilty, that logs things like > - every time a function / method is called > - th

some kind of trace facility ?

2008-08-09 Thread Stef Mientki
hello, I want to investigate on a regular base the flow of my Python (most of them using wxPython) programs. So I want to have some log facilty, that logs things like - every time a function / method is called - the time spent in that function / method (or even better start / finish time) - in