deno / 1.23.2 / ~ / performancemarkoptions.html /

PerformanceMarkOptions

interface PerformanceMarkOptions {
detail? : any;
detail? : any;
startTime? : number;
startTime? : number;
}

Properties

detail? : any

Metadata to be included in the mark.

detail? : any

Metadata to be included in the mark.

startTime? : number

Timestamp to be used as the mark time.

startTime? : number

Timestamp to be used as the mark time.