toc: Implementation of Matlab 'toc()' command

View source: R/ubiquity.r

tocR Documentation

Implementation of Matlab toc() command

Description

Used in conjunction with tic() to find the elapsed time when code is executed.

Usage

toc()

Value

time in seconds since tic() was called

See Also

tic

Examples

tic()
Sys.sleep(3)
toc()

john-harrold/ubiquity documentation built on March 13, 2024, 2:58 a.m.