Skip to content

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

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

Interface: PerformanceEntry

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

Encapsulates a single performance metric that is part of the performance timeline. A performance entry can be directly created by making a performance mark or measure (for example by calling the mark() method) at an explicit point in an application. Performance entries are also created in indirect ways such as loading a resource (such as an image).

MDN Reference

Table of contents

Properties

Methods

Properties

duration

Readonly duration: number

MDN Reference

Defined in

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


entryType

Readonly entryType: string

MDN Reference

Defined in

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


name

Readonly name: string

MDN Reference

Defined in

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


startTime

Readonly startTime: number

MDN Reference

Defined in

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

Methods

toJSON

toJSON(): any

MDN Reference

Returns

any

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally