Learn R Programming

rtemis (version 0.79)

timeProc: Time a process

Description

timeProc measures how long it takes for a process to run

Usage

timeProc(..., verbose = TRUE)

Arguments

...

Command to be timed. (Will be converted using as.expression)

verbose

Logical: If TRUE, print messages to console