Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. PerformanceMeasure

PerformanceMeasure

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨September 2017⁩.

Note: This feature is available inWeb Workers.

PerformanceMeasure is anabstract interface forPerformanceEntry objects with anentryType of"measure". Entries of this type are created by callingperformance.measure() to add anamedDOMHighResTimeStamp (themeasure) between twomarks to the browser'sperformance timeline.

PerformanceEntry PerformanceMeasure

Instance properties

This interface defines:

PerformanceMeasure.detail

Contains arbitrary metadata about the measure.

In addition, it extends the followingPerformanceEntry properties by qualifying/constraining the properties as follows:

PerformanceEntry.entryType

Returns"measure".

PerformanceEntry.name

Returns the name given to the measure when it was created via a call toperformance.measure().

PerformanceEntry.startTime

Returns atimestamp given to the measure whenperformance.measure() was called.

PerformanceEntry.duration

Returns aDOMHighResTimeStamp that is the duration of the measure (typically, the measure's end mark timestamp minus its start mark timestamp).

Instance methods

This interface has no methods.

Example

See the example inUsing the User Timing API.

Specifications

Specification
User Timing
# performancemeasure

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp