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;
}

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of BenchmarkSingleSliceStats

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