enumstd.valgrind.cachegrind.ClientRequest[src]

Fields

StartInstrumentation = valgrind.ToolBase("CG".*)
StopInstrumentation

Source Code

Source code
pub const ClientRequest = enum(usize) {
    StartInstrumentation = valgrind.ToolBase("CG".*),
    StopInstrumentation,
}