Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

console.time

非標準
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

概要

処理時間の計測に役立つタイマーをスタートさせます。ページ毎に 10000 個のタイマーを使用可能です。各タイマーには一意の名前を付けます。このメソッドを使用後、 同じ名前を引数として console.timeEnd() を呼び出すと、タイマー開始からの経過時間がミリ秒単位で出力されます。

詳細や使用例については、 console のページの 『タイマー』 の章を参照して下さい。

註: This feature is available in Web Workers.

構文

console.time(timerName);

引数

timerName
新規タイマーにつける名前。各タイマーの識別に用いる。同じ名前を使用して console.timeEnd() を呼び出すと、タイマーを終了して時間をコンソールに出力します。

仕様

仕様書 策定状況 コメント
Console API
console.time() の定義
勧告改訂案 最初期の定義

ブラウザ実装状況

機能 Chrome Firefox (Gecko) Internet Explorer Opera Safari
基本サポート 2 10.0 (10.0) 11 (有) 4.0
Worker で使用可能 ? 38.0 (38.0) ? ? ?
機能 Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
基本サポート ? 10.0 (10.0) ? ? ?
Worker で使用可能 ? 38.0 (38.0) ? ? ?

関連情報

ドキュメントのタグと貢献者

 このページの貢献者: yyss, fscholz, khalid32, ethertank
 最終更新者: yyss,