DoxigAlpha

doClientRequestStmt

Function parameters

Parameters

#
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 doClientRequestStmt(request: ClientRequest, a1: usize, a2: usize, a3: usize, a4: usize, a5: usize) void {
    _ = doClientRequestExpr(0, request, a1, a2, a3, a4, a5);
}