@sheetwrite/coreinterface
Operation-scoped transient peak, excluded from retained owner totals.
Members 4
owner
readonly owner: string;peakBytes
readonly peakBytes: number;allocations
readonly allocations: number;measurement
readonly measurement: "instrumented-operation-peak";Declaration
View full TypeScript declaration
export interface TransientResourcePeak { readonly owner: string; readonly peakBytes: number; readonly allocations: number; readonly measurement: "instrumented-operation-peak";}