chronon::observe::CountersYAMLConfig
Counter-collection settings.
#include <ObservationYAMLConfig.hpp>
Public Attributes
| Name | |
|---|---|
| uint64_t | periodic_dump_cycles 0 = disabled. |
| bool | enabled |
| bool | dump_on_shutdown |
| bool | csv_output |
| CounterCsvFormat | csv_format |
Public Attributes Documentation
variable periodic_dump_cycles
uint64_t periodic_dump_cycles = 0;
0 = disabled.
variable enabled
bool enabled = true;
variable dump_on_shutdown
bool dump_on_shutdown = true;
variable csv_output
bool csv_output = true;
variable csv_format
CounterCsvFormat csv_format = CounterCsvFormat::Pivoted;
Updated on 2026-05-26 at 05:42:32 +0000