pub fn ignore_allocations<F: FnOnce() -> R, R>(f: F) -> R
Expand description

Do not trace allocations occurring within f.