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