Function to start a timer. Stop with toc().
tic(gcFirst = FALSE, name = ".poped_savedTime")
gcFirst | Perform garbage collection? |
---|---|
name | The saved name of the time object. |
This is a modified version of the same function in the matlab R-package.
Other MATLAB:
cell()
,
diag_matlab()
,
feval()
,
fileparts()
,
isempty()
,
ones()
,
randn()
,
rand()
,
size()
,
toc()
,
zeros()
#> Elapsed time: 0 seconds.#> Elapsed time: 0.002 seconds.#> Elapsed time: 0.001 seconds.#> Elapsed time: 0.001 seconds.#> Elapsed time: 0.003 seconds.