Command Reference
:
Programming Language Reference
@toc
Support Functions
Syntax:
@toc
Return: integer
Compute elapsed time (since timer reset) in seconds.
Examples
tic
[some commands]
!elapsed = @toc
resets the timer, executes commands, and saves the elapsed time in the control variable
!ELAPSED
.
Cross-references
See also
tic
and
toc
.