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