DoxigAlpha

dumpStatsAt

Dump current state of cost centers, and zero them afterwards. The argument is appended to a string stating the reason which triggered the dump. This string is written as a description field into the profile data dump.

Function parameters

Parameters

#
pos_str:[*:0]const u8

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

#
pub fn dumpStatsAt(pos_str: [*:0]const u8) void {
    doClientRequestStmt(.DumpStatsAt, @intFromPtr(pos_str), 0, 0, 0, 0);
}