Pauses profile execution for a specified amount of time.
Attributes:
- seconds: the integer value for the number of seconds to pause
- ms: the integer value for the number of milliseconds to pause
- note: either seconds or ms must be included
Examples:
<pause ms="3000" />
<pause seconds="3" />