--- title: Window.performance slug: Web/API/performance_property translation_of: Web/API/Window/performance original_slug: Web/API/Window/performance ---

{{APIRef("High Resolution Time")}}

{{domxref("Window")}} インタフェースのパフォーマンスプロパティは、現在のドキュメントに関するパフォーマンス情報を収集するために使用できる {{domxref("Performance")}} オブジェクトを返します。これはパフォーマンスタイムライン API、高解像度時間 API、ナビゲーションタイミング APIユーザータイミング API およびリソースタイミング API の公開ポイントとして機能します。

構文

performanceData = window.performance;

それが公開する API によって提供されるパフォーマンスおよびタイミング関連情報へのアクセスを提供する {{domxref("Performance")}} オブジェクト。

仕様

仕様 ステータス コメント
{{SpecName('Highres Time', '#the-performance-interface', 'window.performance')}} {{Spec2('Highres Time')}} Defines now() method.

ブラウザの互換性

{{Compat("api.Window.performance")}}