method Performance.measure
Jump to headingPerformance.measure(measureName: string,options?: PerformanceMeasureOptions,): PerformanceMeasureStores the DOMHighResTimeStamp duration between two marks along with the
associated name (a "measure").
Parameters Jump to heading
Jump to headingmeasureName: stringoptional
Jump to headingoptions: PerformanceMeasureOptionsReturn Type Jump to heading
Jump to headingPerformance.measure(measureName: string,startMark?: string,endMark?: string,): PerformanceMeasureStores the DOMHighResTimeStamp duration between two marks along with the
associated name (a "measure").
Parameters Jump to heading
Jump to headingmeasureName: stringoptional
Jump to headingstartMark: stringoptional
Jump to headingendMark: string