Skip to main content

analyze

Function analyze 

Source
pub(super) fn analyze(
    profile: &RawProfile,
    symbols: &FastMap<String, String>,
    spec: &str,
    iterations: u32,
    duration_sec: f64,
    top_n: usize,
) -> ProfileAnalysis