ticΒΆ

tic retrieves the number of milliseconds that have elapsed since UniPlot was started.

rsTics = tic()

Return Value

rsTics is the number of milliseconds that have elapsed since UniPlot was started.

Comment

tic is most often called with toc.

id-187775