method Performance.measure
#Performance.measure(measureName: string,options?: PerformanceMeasureOptions,): PerformanceMeasureStores the DOMHighResTimeStamp duration between two marks along with the
associated name (a "measure").
Parameters #
#measureName: stringoptional
#options: PerformanceMeasureOptionsReturn Type #
#Performance.measure(measureName: string,startMark?: string,endMark?: string,): PerformanceMeasure