ストップウォッチタイマーを開始
tic()
一連のコマンド tic(); 処理; toc(); により, 処理に要した秒数が出力されます.
tic(); 処理; toc();
tic(); realtimeinit(1); realtime(0); realtime(10); toc();