Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
toc
Read the stopwatch timer
Calling Sequence
toc() t = toc()
Arguments
- t
number of seconds since last call to
tic()
(Precision in order of millisecond).
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();
Report an issue | ||
<< timer | Time and Date | weekday >> |