pub fn profile_input(
source: &InputSource,
threshold: f32,
) -> Result<ProfileSummary>Expand description
Profile Python code using the built-in cProfile via a Python subprocess. Uses a default of 100 iterations.
pub fn profile_input(
source: &InputSource,
threshold: f32,
) -> Result<ProfileSummary>Profile Python code using the built-in cProfile via a Python subprocess. Uses a default of 100 iterations.