Skip to main content

compute_startup

Function compute_startup 

Source
pub fn compute_startup(
    cap: &Capture,
    filter: &Filter,
    window_ms: u64,
    top: usize,
) -> StartupResult
Expand description

Profile the boot window: concurrency, sequential critical path, slow deps. window_ms == 0 means “the whole capture”.