Skip to main content
Version: v1

IRootSummaryTreeWithStats Interface

The summary tree returned by the root node. It adds state relevant to the root of the tree.

Signature

export interface IRootSummaryTreeWithStats extends ISummaryTreeWithStats

Extends: ISummaryTreeWithStats

Properties

PropertyModifiersTypeDescription
gcStatsoptionalIGCStatsThe garbage collection stats if GC ran, undefined otherwise.

Property Details

gcStats

The garbage collection stats if GC ran, undefined otherwise.

Signature

gcStats?: IGCStats;

Type: IGCStats