elapsedtime

elapsedtime

Gets the elapsed time since the profile started and stores it into an assigned variable.  When the reset attribute is set to "True" the elapsed time is set back to zero.  See the Timing and Intervals section to learn more about setting intervals within the overall profile interval with the elapsedtime command.

Attributes:

var: The variable to store the elapsed time in
format: days, hours, minutes, ms, or seconds
reset: "True" to reset the timer

Example:

<elapsedtime var="RunTime" format="seconds" reset="False" />