DoxigAlpha

stopInstrumentation

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.

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 stopInstrumentation() void {
    doClientRequestStmt(.StopInstrumentation, 0, 0, 0, 0, 0);
}