Skip to main content

chronon::sender::TickSimulation::InvocationPredecessorCache

Public Functions

Name
uint64_t *data()
InvocationPredecessorCache(WorkerPredecessorCycleCache * retained, size_t clusters)

Public Attributes

Name
std::array< uint64_t, kInlineSlots >local
size_tkInlineSlots
uint64_t *cycles

Public Functions Documentation

function data

inline uint64_t * data()

function InvocationPredecessorCache

InvocationPredecessorCache(
WorkerPredecessorCycleCache * retained,
size_t clusters
)

Public Attributes Documentation

variable local

std::array< uint64_t, kInlineSlots > local;

variable kInlineSlots

static size_t kInlineSlots = 16;

variable cycles

uint64_t * cycles;

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