files/en-us/web/api/performancemeasure/index.md
{{APIRef("Performance API")}}{{AvailableInWorkers}}
PerformanceMeasure is an abstract interface for {{domxref("PerformanceEntry")}} objects with an {{domxref("PerformanceEntry.entryType","entryType")}} of "measure". Entries of this type are created by calling {{domxref("Performance.measure","performance.measure()")}} to add a named {{domxref("DOMHighResTimeStamp")}} (the measure) between two marks to the browser's performance timeline.
{{InheritanceDiagram}}
This interface extends the following {{domxref("PerformanceEntry")}} properties by qualifying/constraining the properties as follows:
"measure".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.
{{Specifications}}
{{Compat}}