Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
tic
inicia um cronômetro
Seqüência de Chamamento
tic()
Descrição
A seqüência de comando tic(); operation; toc();
imprime o número de segundos requeridos para a operação.
Exemplos
tic(); realtimeinit(1); realtime(0); realtime(10); toc();
Autores
- V.C.
- A.C.
Report an issue | ||
<< sleep | Data e Hora | timer >> |