Function to start a timer. Stop with toc().
tic(gcFirst = FALSE, name = ".poped_savedTime")
Perform garbage collection?
The saved name of the time object.
Other MATLAB: cell
,
diag_matlab
, feval
,
fileparts
, isempty
,
ones
, randn
,
rand
, size
,
toc
, zeros
# NOT RUN {
tic()
toc()
tic(name="foo")
toc()
tic()
toc()
toc()
tic()
toc(name="foo")
# }
Run the code above in your browser using DataLab