Skip to main content

chronon::observe::BlockInfo

Per-block info used to build the footer index.

#include <BinaryTraceWriter.hpp>

Public Attributes

Name
uint32_tuncompressed_size
uint64_tmin_cycle
uint64_tmax_cycle
uint32_tevent_count
uint64_tdata_offset
uint32_tcompressed_size
uint32_tblock_index

Public Attributes Documentation

variable uncompressed_size

uint32_t uncompressed_size;

variable min_cycle

uint64_t min_cycle;

variable max_cycle

uint64_t max_cycle;

variable event_count

uint32_t event_count;

variable data_offset

uint64_t data_offset;

variable compressed_size

uint32_t compressed_size;

variable block_index

uint32_t block_index;

Updated on 2026-05-26 at 05:42:33 +0000