Skip to content

ZenFG TypeScript API / snapshot / root / FrameGraphSnapshotMemory

Type Alias: FrameGraphSnapshotMemory

FrameGraphSnapshotMemory = object

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

Allocation-plan and runtime-pool diagnostics for the captured frame.

Properties

allocationReport

readonly allocationReport: { allocations: readonly FrameGraphSnapshotAllocation[]; status: "available"; } | { reason: string; status: "unavailable"; }

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


poolReport

readonly poolReport: { acquireCount: number; createdCount: number; estimatedRetainedBytes?: number; retainedCount: number; reuseCount: number; status: "available"; } | { reason: string; status: "unavailable"; }

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

Open source / MIT licensed