@eagleoutice/flowr - v2.10.1
    Preparing search index...

    Interface BenchmarkSingleSliceStats

    Additionally to BenchmarkSlicerStats, this contains the results of a single slice. In other words, it holds the results of the slice and reconstruct steps.

    interface BenchmarkSingleSliceStats {
        code: ReconstructionResult;
        slice: SliceResult;
        stats: PerSliceStats;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of BenchmarkSingleSliceStats
    Index

    Properties

    Properties

    the final code, as the result of the 'reconstruct' step

    the result of the 'slice' step

    the measurements obtained during the single slice