method Performance.measure
private
Performance.measure(measureName: string,options?: PerformanceMeasureOptions,): PerformanceMeasureDeprecated
Stores the DOMHighResTimeStamp duration between two marks along with the
associated name (a "measure").
optional
options: PerformanceMeasureOptionsPerformance.measure(measureName: string,startMark?: string,endMark?: string,): PerformanceMeasureDeprecated
Stores the DOMHighResTimeStamp duration between two marks along with the
associated name (a "measure").