Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.1 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Time and Date > timer

timer

CPU時間

呼び出し手順

timer()

説明

timer()への前のコールからの経過時間を CPU時間で返します.

timer の時間精度は 100ナノ秒です.

注意: CPU 時間は, 計算に使用されるプロセッサ周期数です. これは,実時間と完全に等価なわけではありません.

CPU時間は, 計算機を遅くするような バックグラウンド処理にかかわりなく, 異なるプログラムまたは関数の間で要するCPU消費を 比較する際に使用できます.

timer();A=rand(100,100);timer()

参照

  • getdate — 日付と時間に関する情報を取得
  • toc — ストップウォッチタイマーを読む
  • tic — ストップウォッチタイマーを開始
  • etime — 経過時間
Report an issue
<< tic Time and Date toc >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Feb 12 23:12:41 CET 2018