deno.com

interface MeasureOptions

Properties #

#detail: unknown | undefined
optional

Additional optional detail to include with the mark.

#duration: number | undefined
optional

Duration between start and end times.

#end:
number
| string
| undefined
optional

Timestamp to be used as the end time, or a string identifying a previously recorded mark.

#start:
number
| string
| undefined
optional

Timestamp to be used as the start time, or a string identifying a previously recorded mark.