Re: [Tutor] trace / profile every function with inputs

2014-02-10 Thread rakesh sharma
:58 +0000 > Subject: [Tutor] trace / profile every function with inputs > > Hi All, > > I am struggling with a "simple" problem: I would like to print out every > function that is being executed while my Python program is running. I can not > modify the Python programs

[Tutor] trace / profile every function with inputs

2014-02-09 Thread Richard Cziva
Hi All, I am struggling with a "simple" problem: I would like to print out every function that is being executed while my Python program is running. I can not modify the Python programs that I would like to profile. Let me give an example. A program contains a function and a call like this: de