toc {ubiquity} | R Documentation |
Implementation of Matlab toc()
command
Description
Used in conjunction with tic()
to find the elapsed time
when code is executed.
Usage
toc()
Value
time in seconds since tic() was called
See Also
Examples
tic()
Sys.sleep(3)
toc()
[Package ubiquity version 2.0.3 Index]