tic: Starts a stopwatch timer to measure performance

View source: R/tic_toc.R

ticR Documentation

Starts a stopwatch timer to measure performance

Description

Starts a stopwatch timer to measure performance

Usage

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

Arguments

gcFirst

a boolean whether to run garbage collection before starting watch

type

the time of time to keep track of


cannin/tumorcomparer documentation built on Feb. 7, 2023, 3:13 p.m.