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.