Member of the timing class.
tic
Starts the stopwatch timer. Use tic with toc to determine the computation time of a specific code segment.
Examples
ticfor i = 1:100000a = sqrt(2);endtoc
clockcputimetoc