tic: Start a timer

View source: R/utility.R

ticR 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'


simpleCache documentation built on March 2, 2026, 1:06 a.m.