[TOC]
tic
Start the internal timer
Usages
tic
It resets the internal timer. A subsequent call of
toc
returns the elapsed time recorded by the timer.
It does not return a value.
t = tic
It returns the current system time, which can be used subsequently in
toc(t)
to get the elapsed time.
Calling
t = tic
does not reset the internal timer.