Skip to content

Documentation / scene / RGProfileScopeResult

Interface: RGProfileScopeResult

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

Resolved GPU timing for one graph/pass/subpass scope.

Properties

name

name: string

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

Scope label.


type

type: RGProfileScopeType

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

Scope type.


queryId

queryId: number

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

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:413

GPU duration in milliseconds.


status

status: TimestampQueryStatus

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

Timestamp result status.


children

children: RGProfileScopeResult[]

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

Child scopes.


message?

optional message?: string

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

Optional diagnostic message.

Released under the MIT License.