Display elapsed time (since timer reset) in seconds.
Syntax
Command: toc
Examples
The sequence of commands:
tic
[some commands]
toc
resets the timer, executes commands, and then displays the elapsed time in the status line. The set of commands:
tic
[some commands]
!elapsed = @toc
[more commands]
toc
resets the time, executes commands, saves the elapsed time in the control variable !ELAPSED, executes additional commands, and displays the total elapsed time in the status line.
Cross-references
See also
tic,
toc, and
@toc.