Skip to main content

chronon::observe::TimelineStreamData::Event

POD slice; strings are [offset,len) views into the owning stream's arena.

#include <TimelineData.hpp>

Public Attributes

Name
uint64_tts_ns
uint32_tname_off
uint32_tname_len
uint64_tdur_ns
uint32_tdetail_off
uint32_tdetail_len
uint64_tcycle
uint32_tcat_off
uint32_tcat_len

Public Attributes Documentation

variable ts_ns

uint64_t ts_ns = 0;

variable name_off

uint32_t name_off = 0;

variable name_len

uint32_t name_len = 0;

variable dur_ns

uint64_t dur_ns = 0;

variable detail_off

uint32_t detail_off = 0;

variable detail_len

uint32_t detail_len = 0;

variable cycle

uint64_t cycle = 0;

variable cat_off

uint32_t cat_off = 0;

variable cat_len

uint32_t cat_len = 0;

Updated on 2026-06-12 at 02:36:09 +0000