Skip to content

@ralphschuler.webgl shader factory.<internal>.PerformanceMark

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: PerformanceMark

@ralphschuler/webgl-shader-factory.<internal>.PerformanceMark

PerformanceMark is an abstract interface for PerformanceEntry objects with an entryType of "mark". Entries of this type are created by calling performance.mark() to add a named DOMHighResTimeStamp (the mark) to the browser's performance timeline.

MDN Reference

Hierarchy

Table of contents

Properties

Methods

Properties

detail

Readonly detail: any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17050


duration

Readonly duration: number

MDN Reference

Inherited from

PerformanceEntry.duration

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17008


entryType

Readonly entryType: string

MDN Reference

Inherited from

PerformanceEntry.entryType

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17010


name

Readonly name: string

MDN Reference

Inherited from

PerformanceEntry.name

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17012


startTime

Readonly startTime: number

MDN Reference

Inherited from

PerformanceEntry.startTime

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17014

Methods

toJSON

toJSON(): any

MDN Reference

Returns

any

Inherited from

PerformanceEntry.toJSON

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17016

Typescript Libraries

Modules

Namespaces

Clone this wiki locally