Scilab 6.0.0
Scilab Help >> Time and Date > tic
tic
start a stopwatch timer
Syntax
tic()
Description
The sequence of commands tic(); operation; toc();
prints the number of seconds required for the operation.
Examples
tic(); realtimeinit(1); realtime(0); realtime(10); toc();
Comments
Add a comment:
Please login to comment this page.