Skip to main content

profile

Function profile 

Source
pub fn profile<I>(
    schema: &Schema,
    features: I,
    opts: ProfileOptions,
) -> ProfileReport
where I: IntoIterator<Item = Feature>,