Re: Functions & Procedure runing stak
- Posted by irv Dec 02, 2018
- 1926 views
Perhaps you could use profile for that. Just add "with profile" at the top of your program (without quotes). It will give you a program listing with the number of times each line is executed.