| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceMeasure | [Back] [Original] |
Get to know MDN better
This feature is well established and works across many devices and browser versions. Its been available across browsers since September 2017.
Note: This feature is available in Web Workers.
PerformanceMeasure is an abstract interface for PerformanceEntry objects with an entryType of "measure". Entries of this type are created by calling performance.measure() to add a named DOMHighResTimeStamp (the measure) between two marks to the browser's performance timeline.
PerformanceMeasure.detailContains arbitrary metadata about the measure.
This interface extends the following PerformanceEntry properties by qualifying/constraining the properties as follows:
PerformanceEntry.entryTypeReturns "measure".
PerformanceEntry.nameReturns the name given to the measure when it was created via a call to performance.measure().
PerformanceEntry.startTimeReturns a timestamp given to the measure when performance.measure() was called.
PerformanceEntry.durationReturns a DOMHighResTimeStamp that is the duration of the measure (typically, the measure's end mark timestamp minus its start mark timestamp).
This interface has no methods.
See the example in Using the User Timing API.
Chrome DevTools uses performance.measure() and in particular a structured detail property as part of its extensibility API that surfaces these in custom tracks in performance traces. See the example in Performance: measure() method page and the Chrome's extensibility API documentation for more information and examples.
| Specification |
|---|
| User Timing # performancemeasure |
This page was last modified on Nov 5, 2025 by MDN contributors.
PerformanceMeasureEventCountsLargestContentfulPaintLayoutShiftLayoutShiftAttributionNotRestoredReasonDetailsNotRestoredReasonsPerformancePerformanceElementTimingPerformanceEntryPerformanceEventTimingPerformanceLongAnimationFrameTimingPerformanceLongTaskTimingPerformanceMarkPerformanceNavigationPerformanceNavigationTimingPerformanceObserverPerformanceObserverEntryListPerformancePaintTimingPerformanceResourceTimingPerformanceScriptTimingPerformanceServerTimingPerformanceTimingTaskAttributionTimingVisibilityStateEntryWindow.performanceWorkerGlobalScope.performanceYour blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |