Command Reference : Function Reference : Function Reference: T
  
 
@toc
 
Elapsed time (since timer reset) in seconds
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.