@eagleoutice/flowr - v2.10.3
    Preparing search index...
    interface PerSliceStats {
        measurements: Map<
            "total"
            | "static slicing"
            | "reconstruct code",
            bigint,
        >;
        numberOfDataflowNodesSliced: number;
        reconstructedCode: ReconstructionResult;
        slicingCriteria: { criterion: SlicingCriterion; id: NodeId }[];
        timesHitThreshold: number;
    }
    Index

    Properties

    measurements: Map<"total" | "static slicing" | "reconstruct code", bigint>
    numberOfDataflowNodesSliced: number
    reconstructedCode: ReconstructionResult
    slicingCriteria: { criterion: SlicingCriterion; id: NodeId }[]
    timesHitThreshold: number