Skip to content

ZenFG TypeScript API / webgpu / root / FrameGraphCpuTimingReport

Type Alias: FrameGraphCpuTimingReport

FrameGraphCpuTimingReport = object

Defined in: packages/webgpu/src/types.ts:1059

Synchronous elapsed time, not thread CPU usage or GPU completion.

Properties

executionDurationMicros

readonly executionDurationMicros: number

Defined in: packages/webgpu/src/types.ts:1062

Includes preparation, submission and transient resource release.


frameIndex

readonly frameIndex: number

Defined in: packages/webgpu/src/types.ts:1060


nodes

readonly nodes: readonly object[]

Defined in: packages/webgpu/src/types.ts:1064

All executed node kinds in execution order; culled nodes are absent.

Open source / MIT licensed