zeroStats
Zero cost centers
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 zeroStats() void {
doClientRequestStmt(.ZeroStats, 0, 0, 0, 0, 0);
}