Hi,
I have a program which consists of several loops (while loops, case structures, stacked sequence structures, etc...).
I would like to know (while running the program) which loop is active
(I know 2 while loops run quasi parallel, but they are not really
parallel executed) and what time is needed for its execution.
It's very important for me to know which loop is quick and which one is slowly so that I can enhance the slower ones.
Does anybody know an easy way to find this out as my program is unfortunately very confusing...
Thank you,
Steffi