Scilab 5.5.2
Please note that the recommended version of Scilab is 6.1.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.
Comments
Add a comment:
Please login to comment this page.