Function bench_with_allocation_tracking

Source
pub fn bench_with_allocation_tracking<F>(
    name: &str,
    operation: F,
    estimated_allocs_per_call: usize,
) -> AllocationResult
where F: FnMut() + Send,
Expand description

Benchmark with estimated memory allocation tracking