startInstrumentation
Start Cachegrind instrumentation if not already enabled. Use this in
combination with std.valgrind.cachegrind.stopInstrumentation and
--instr-at-start to measure only part of a client program's execution.
Type definitions in this namespace
Types
Start Cachegrind instrumentation if not already enabled.
Functions
- startInstrumentation
- Start Cachegrind instrumentation if not already enabled.
- stopInstrumentation
- Stop Cachegrind instrumentation if not already disabled.
Source
Implementation
pub fn startInstrumentation() void {
doClientRequestStmt(.StartInstrumentation, 0, 0, 0, 0, 0);
}