Skip to main content

measure

method Performance.measure
Jump to headingPerformance.measure(
measureName: string,
): PerformanceMeasure

Stores the DOMHighResTimeStamp duration between two marks along with the associated name (a "measure").

Parameters Jump to heading

Return Type Jump to heading

Jump to headingPerformance.measure(
measureName: string,
startMark?: string,
endMark?: string,
): PerformanceMeasure

Stores the DOMHighResTimeStamp duration between two marks along with the associated name (a "measure").

Parameters Jump to heading

Jump to headingmeasureName: string
optional
Jump to headingstartMark: string
optional
Jump to headingendMark: string

Return Type Jump to heading

Back to top