Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
method Performance.prototype.measure

Stores the DOMHighResTimeStamp duration between two marks along with the associated name (a "measure").

Parameters

measureName: string
optional
options: PerformanceMeasureOptions

Stores the DOMHighResTimeStamp duration between two marks along with the associated name (a "measure").

Parameters

measureName: string
optional
startMark: string
optional
endMark: string