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
toc
ストップウォッチタイマーを読む
呼び出し手順
toc() t = toc()
パラメータ
- t
tic()
への最後のコール以降の経過秒数 (精度はミリ秒レベル).
説明
一連のコマンド tic(); 処理; toc();
は,
処理に要した秒数を出力します.
例
tic(); realtimeinit(1); realtime(0); realtime(10); toc();
Report an issue | ||
<< timer | Time and Date | weekday >> |