Skip to content

ZenFG TypeScript API / snapshot / root / FrameGraphSnapshotCpuTimings

Type Alias: FrameGraphSnapshotCpuTimings

FrameGraphSnapshotCpuTimings = { executionDurationMicros: number; nodes: readonly object[]; status: "available"; } | { reason: string; status: "unavailable"; }

Defined in: packages/snapshot/src/types.ts:326

CPU-side synchronous elapsed timings, independent of GPU completion.

Open source / MIT licensed