Skip to content

Documentation / scene / RGProfileResult

Interface: RGProfileResult

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

Resolved GPU timing tree for one render graph execution.

Properties

frameId

frameId: number

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

Render frame id when profiling began.


status

status: TimestampQueryStatus

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

Aggregate profile status.


graph

graph: RGProfileScopeResult

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

Root graph scope.


passes

passes: RGProfileScopeResult[]

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

Top-level pass scopes. Same objects as graph.children.

Released under the MIT License.