W3cubDocs

/Deno

PerformanceMeasureOptions

interface PerformanceMeasureOptions {
detail?: any;
detail?: any;
duration?: number;
duration?: number;
end?: string | number;
end?: string | number;
start?: string | number;
start?: string | number;
}

Properties

detail?: any

Metadata to be included in the measure.

detail?: any

Metadata to be included in the measure.

duration?: number

Duration between the start and end times.

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.

end?: string | number

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

start?: string | number

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

start?: string | number

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