method Performance.measure
Overload 1
#Performance.measure(measureName: string,options?: PerformanceMeasureOptions,): PerformanceMeasure
Stores the DOMHighResTimeStamp
duration between two marks along with the
associated name (a "measure").
Parameters #
#measureName: string
optional
#options: PerformanceMeasureOptions
Return Type #
Overload 2
#Performance.measure(measureName: string,startMark?: string,endMark?: string,): PerformanceMeasure