<< timer Time and Date weekday >>

Scilab Help >> Time and Date > toc

toc

ストップウォッチタイマーを読む

呼び出し手順

toc()
t = toc()

パラメータ

t

tic()への最後のコール以降の経過秒数 (精度はミリ秒レベル).

説明

一連のコマンド tic(); 処理; toc(); は, 処理に要した秒数を出力します.

tic();
realtimeinit(1);
realtime(0);
realtime(10);
toc();

参照


Report an issue
<< timer Time and Date weekday >>