Command Reference : Command Reference
  
 
tic
Reset the timer.
Syntax
Command: tic
Examples
The sequence of commands:
tic
[some commands]
toc
resets the timer, executes commands, and then displays the elapsed time in the status line. Alternatively:
tic
[some commands]
!elapsed = @toc
resets the time, executes commands, and saves the elapsed time in the control variable !ELAPSED.
Cross-references
See also toc and @toc.