← Back to index
interface PerformanceMeasureOptions

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

Properties

🔗
detail: any

Metadata to be included in the measure.

🔗
start: string | number

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

🔗
duration: number

Duration between the start and end times.

🔗
end: string | number

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

Properties

🔗
detail: any

Metadata to be included in the measure.

🔗
start: string | number

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

🔗
duration: number

Duration between the start and end times.

🔗
end: string | number

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