Hi, I have a script that takes a long while to run so I use rmsg to see how long each part takes.

Now I need to run that script a bunch of times so am putting the whole thing in a foreach loop, but because foreach is a command, I only get rmsg timing for that command itself. Is there a simple way to report timing within a loop?