Previous topic

text_file_write

Next topic

time

This Page

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