toggleCollect
Toggles collection state. The collection state specifies whether the happening of events should be noted or if they are to be ignored. Events are noted by increment of counters in a cost center
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 toggleCollect() void {
doClientRequestStmt(.ToggleCollect, 0, 0, 0, 0, 0);
}