doClientRequestExpr
Function parameters
Parameters
- default:usize
- a1:usize
- a2:usize
- a3:usize
- a4:usize
- a5:usize
Type definitions in this namespace
Types
Dump current state of cost centers, and zero them afterwards
Functions
- dumpStats
- Dump current state of cost centers, and zero them afterwards
- dumpStatsAt
- Dump current state of cost centers, and zero them afterwards.
- zeroStats
- Zero cost centers
- toggleCollect
- Toggles collection state.
- startInstrumentation
- Start full callgrind instrumentation if not already switched on.
- stopInstrumentation
- Stop full callgrind instrumentation if not already switched off.
Source
Implementation
fn doClientRequestExpr(default: usize, request: ClientRequest, a1: usize, a2: usize, a3: usize, a4: usize, a5: usize) usize {
return valgrind.doClientRequest(default, @as(usize, @intCast(@intFromEnum(request))), a1, a2, a3, a4, a5);
}