tictoc.RdProvides stopwatch timer. Function tic starts the timer and toc
updates the elapsed time since the timer was started.
tic(gcFirst=FALSE)
toc(echo=TRUE)Provides analog to system.time.
Function toc can be invoked multiple times in a row.
toc invisibly returns the elapsed time as a named scalar (vector).