Skip to content

Documentation / scene / RGProfileScopeResult

Interface: RGProfileScopeResult

Defined in: libs/scene/src/render/rendergraph/types.ts:290

Resolved GPU timing for one scope.

Properties

name

name: string

Defined in: libs/scene/src/render/rendergraph/types.ts:292

Scope label.


type

type: RGProfileScopeType

Defined in: libs/scene/src/render/rendergraph/types.ts:294

Scope type.


queryId

queryId: number

Defined in: libs/scene/src/render/rendergraph/types.ts:296

Timestamp query id used by the device, or 0 for synthetic/unsupported scopes.


durationMs

durationMs: number

Defined in: libs/scene/src/render/rendergraph/types.ts:298

GPU duration in milliseconds.


status

status: TimestampQueryStatus

Defined in: libs/scene/src/render/rendergraph/types.ts:300

Timestamp result status.


children

children: RGProfileScopeResult[]

Defined in: libs/scene/src/render/rendergraph/types.ts:302

Child scopes.


message?

optional message?: string

Defined in: libs/scene/src/render/rendergraph/types.ts:304

Optional diagnostic message.

Released under the MIT License.