Timing function
deltime(ltime = proc.time()["elapsed"], text = NULL, units = FALSE, nl = FALSE)deltimeT(ltime, text)
"elapsed" component of current proc.time.
Result of last call to deltime.
Text to display along with elapsed time since ltime.
Logical. If TRUE, print units
Logical. If TRUE, a newline is added at the end.
deltimeT(): A shortcut frequent use. Requires ltime and text
parameters, includes units, and adds a newline after message.