Time a block of code, and log the elapsed time. The log will display two time values; the first is the wall time, the second is processor time. Processor time is more useful for profiling, as it doesn't include the time spent waiting on IO.
console
no
ms
msg
"elapsed"
if
yes