Implementation of Matlab toc() command
toc()
Used in conjunction with tic() to find the elapsed time when code is executed.
tic()
time in seconds since tic() was called
tic() Sys.sleep(3) toc()
tic
Useful links