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

Property Modifiers Type Description
gcStats optional IGCStats The 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