Skip to content

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

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

Interface: PerformanceMeasure

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

PerformanceMeasure is an abstract interface for PerformanceEntry objects with an entryType of "measure". Entries of this type are created by calling performance.measure() to add a named DOMHighResTimeStamp (the measure) between two marks 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:17065


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