Skip to main content

profile_input_with_iterations

Function profile_input_with_iterations 

Source
pub fn profile_input_with_iterations(
    source: &InputSource,
    threshold: f32,
    iterations: u32,
) -> Result<ProfileSummary>
Expand description

Profile Python code with a configurable iteration count. Wraps profile_input_core with the given loop count.