Function startInstrumentation [src]
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.
Prototype
pub fn startInstrumentation() void
Source
pub fn startInstrumentation() void {
doClientRequestStmt(.StartInstrumentation, 0, 0, 0, 0, 0);
}