tic {PopED} | R Documentation |
Timer function (as in MATLAB)
Description
Function to start a timer. Stop with toc().
Usage
tic(gcFirst = FALSE, name = ".poped_savedTime")
Arguments
gcFirst |
Perform garbage collection? |
name |
The saved name of the time object. |
Note
This is a modified version of the same function in the matlab R-package.
See Also
Other MATLAB:
cell()
,
diag_matlab()
,
feval()
,
fileparts()
,
isempty()
,
ones()
,
randn()
,
rand()
,
size()
,
toc()
,
zeros()
Examples
tic()
toc()
tic(name="foo")
toc()
tic()
toc()
toc()
tic()
toc(name="foo")
[Package PopED version 0.6.0 Index]