Scilab 5.5.2
Please note that the recommended version of Scilab is 6.1.1. This page might be outdated.
See the recommended documentation of this function
tic
start a stopwatch timer
Calling Sequence
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.