tic {simpleCache}R Documentation

Start a timer

Description

Start a timer

Usage

tic(gcFirst = TRUE, type = c("elapsed", "user.self", "sys.self"))

Arguments

gcFirst

Garbage Collect before starting the timer?

type

Type of time to return, can be 'elapsed', 'user.self', or 'sys.self'


[Package simpleCache version 0.4.2 Index]