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
readonlyallocationReport: {allocations: readonlyFrameGraphSnapshotAllocation[];status:"available"; } | {reason:string;status:"unavailable"; }
Defined in: packages/snapshot/src/types.ts:301
poolReport
readonlypoolReport: {acquireCount:number;createdCount:number;estimatedRetainedBytes?:number;retainedCount:number;reuseCount:number;status:"available"; } | {reason:string;status:"unavailable"; }
Defined in: packages/snapshot/src/types.ts:310