method Performance.measure
Jump to headingPerformance.measure(measureName: string,options?: PerformanceMeasureOptions,): 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 headingoptions: PerformanceMeasureOptions
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