Skip to main content

shell_init_aggregate

Function shell_init_aggregate 

Source
pub fn shell_init_aggregate(
    ctx: &ExecutionContext,
    runs: usize,
) -> Result<ProbeResult>
Expand description

Aggregate the last runs profiles into per-target percentile stats.

The CLI applies a default of 10 when the user passes --runs without a value (see clap’s default_missing_value in dodot-cli/src/main.rs); this function takes the resolved count directly so it stays useful from external callers (tests, custom harnesses) that pick their own N.