Skip to main content

capture_exact_representative

Function capture_exact_representative 

Source
pub(crate) fn capture_exact_representative(
    accumulator: &mut TelemetryAccumulator,
    duration_s: f64,
    handler_factory: impl Fn() -> Result<ResolvedHandler, ApplicationError>,
) -> Result<(), ApplicationError>