tic - start a stopwatch timer
The sequence of commands tic(); operation; toc(); prints the number of seconds required for the operation.
tic(); realtimeinit(1); realtime(0); realtime(10); toc();
toc , timer , etime ,