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.
Documentation PerformanceMeasure by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Inherited Variables
A DOMHighResTimeStamp representing the time value of the duration of the performance event.
A DOMString representing the type of performance metric such as, for example, "mark". See property page for valid values.
A value that further specifies the value returned by the PerformanceEntry.entryType property. The value of both depends on the subtype. See property page for valid values.
A DOMHighResTimeStamp representing the starting time for the performance metric.
Inherited Methods