tic {ubiquity} | R Documentation |
Implementation of Matlab tic()
command
Description
Used in conjunction with toc()
to find the elapsed time
when code is executed.
Usage
tic(type = c("elapsed", "user.self", "sys.self"))
Arguments
type |
can be either |
Value
time tic was called
See Also
Examples
tic()
Sys.sleep(3)
toc()
[Package ubiquity version 2.0.3 Index]