tic {Jmisc}R Documentation

Start Stop clock to measure performance

Description

Start/clock to measure performance. Same as tic and toc in matlab

Usage

tic(name = ".time_Jmisc", envir = .GlobalEnv)

toc()

Arguments

name

Name of the temporary time variable

envir

environment of the temporary time variable

Author(s)

TszKin Julian Chan ctszkin@gmail.com

Examples

## Not run: 
tic()
Sys.sleep(1)
toc

## End(Not run)

[Package Jmisc version 0.3.1.1 Index]