pub fn stop_instrumentation()Available on crate feature
client_requests_defs only.Expand description
Stop Cachegrind instrumentation if not already disabled.
Use this in combination with start_instrumentation and --instr-at-start to measure only
part of a client program’s execution.