chronon::observe::ClockTraceRecorder::Config
#include <ClockTraceRecorder.hpp>
Public Attributes
| Name | |
|---|---|
| bool | text |
| size_t | stream_capacity |
| std::string | run_id |
| bool | reverse_drain |
| PerfettoTraceWriter::Options | perfetto_options |
| bool | perfetto |
| std::filesystem::path | output_dir |
| bool | lossless |
| size_t | drain_batch |
Public Attributes Documentation
variable text
bool text = true;
variable stream_capacity
size_t stream_capacity = 4096;
variable run_id
std::string run_id = "chronon";
variable reverse_drain
bool reverse_drain = false;
variable perfetto_options
PerfettoTraceWriter::Options perfetto_options;
variable perfetto
bool perfetto = true;
variable output_dir
std::filesystem::path output_dir = "out/clocks";
variable lossless
bool lossless = true;
variable drain_batch
size_t drain_batch = 256;
Updated on 2026-09-20 at 14:23:39 +0000