deno.com

interface PerformanceMeasureOptions

Options which are used in conjunction with performance.measure. Check out the MDN performance.mark() documentation for more details.

Properties #

#detail: any
optional

Metadata to be included in the measure.

#start: string | number
optional

Timestamp to be used as the start time or string to be used as start mark.

#duration: number
optional

Duration between the start and end times.

#end: string | number
optional

Timestamp to be used as the end time or string to be used as end mark.

Properties #

#detail: any
optional

Metadata to be included in the measure.

#start: string | number
optional

Timestamp to be used as the start time or string to be used as start mark.

#duration: number
optional

Duration between the start and end times.

#end: string | number
optional

Timestamp to be used as the end time or string to be used as end mark.