Skip to main content

chronon::observe::ClockTraceRecorder::Stats

#include <ClockTraceRecorder.hpp>

Public Attributes

Name
uint64_tprogress_stalls
uint64_tprogress_stall_ns
uint64_tproducer_stalls
uint64_tproducer_stall_ns
uint64_tpeak_staging_records
uint64_tpeak_buffer_bytes
uint64_tnative_buffer_peak_records
uint64_tnative_buffer_peak_bytes
uint64_tfirst_output_ns
uint64_tfile_bytes
uint64_tevents
uint64_tdropped
uint64_tallocated_staging_bytes
uint64_tallocated_buffer_bytes
uint64_tadmission_retries

Public Attributes Documentation

variable progress_stalls

uint64_t progress_stalls = 0;

variable progress_stall_ns

uint64_t progress_stall_ns = 0;

variable producer_stalls

uint64_t producer_stalls = 0;

variable producer_stall_ns

uint64_t producer_stall_ns = 0;

variable peak_staging_records

uint64_t peak_staging_records = 0;

variable peak_buffer_bytes

uint64_t peak_buffer_bytes = 0;

variable native_buffer_peak_records

uint64_t native_buffer_peak_records = 0;

variable native_buffer_peak_bytes

uint64_t native_buffer_peak_bytes = 0;

variable first_output_ns

uint64_t first_output_ns = 0;

variable file_bytes

uint64_t file_bytes = 0;

variable events

uint64_t events = 0;

variable dropped

uint64_t dropped = 0;

variable allocated_staging_bytes

uint64_t allocated_staging_bytes = 0;

variable allocated_buffer_bytes

uint64_t allocated_buffer_bytes = 0;

variable admission_retries

uint64_t admission_retries = 0;

Updated on 2026-09-20 at 14:23:39 +0000