Function dumpStatsAt [src]
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.
Prototype
pub fn dumpStatsAt(pos_str: [*:0]const u8) void
Parameters
pos_str: [*:0]const u8
Source
pub fn dumpStatsAt(pos_str: [*:0]const u8) void {
doClientRequestStmt(.DumpStatsAt, @intFromPtr(pos_str), 0, 0, 0, 0);
}