pub fn compute_startup(
cap: &Capture,
filter: &Filter,
window_ms: u64,
top: usize,
) -> StartupResultExpand description
Profile the boot window: concurrency, sequential critical path, slow deps.
window_ms == 0 means “the whole capture”.