@eagleoutice/flowr - v2.15.8
    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
    Index

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

    the result of the 'slice' step

    the measurements obtained during the single slice