Function stopInstrumentation [src]

Stop Cachegrind instrumentation if not already disabled. Use this in combination with std.valgrind.cachegrind.startInstrumentation and --instr-at-start to measure only part of a client program's execution.

Prototype

pub fn stopInstrumentation() void

Source

pub fn stopInstrumentation() void { doClientRequestStmt(.StopInstrumentation, 0, 0, 0, 0, 0); }