Back to Core Functions
tic
Start stopwatch timer
Syntax
tic
Description
Starts a stopwatch timer to measure elapsed time. Use with toc to measure execution time of code blocks. Multiple tic calls reset the timer.
Returns
void
Start stopwatch timer
tic
Starts a stopwatch timer to measure elapsed time. Use with toc to measure execution time of code blocks. Multiple tic calls reset the timer.
void