tic {simpleCache} | R Documentation |
Start a timer
tic(gcFirst = TRUE, type = c("elapsed", "user.self", "sys.self"))
gcFirst |
Garbage Collect before starting the timer? |
type |
Type of time to return, can be 'elapsed', 'user.self', or 'sys.self' |