Skip to main content

PerformanceMeasureOptions

interface PerformanceMeasureOptions

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

Properties Jump to heading

Metadata to be included in the measure.

optional
Jump to headingstart: string | number

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

optional
Jump to headingduration: number

Duration between the start and end times.

optional
Jump to headingend: string | number

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

Properties Jump to heading

Metadata to be included in the measure.

optional
Jump to headingstart: string | number

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

optional
Jump to headingduration: number

Duration between the start and end times.

optional
Jump to headingend: string | number

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

Back to top