Skip to main content

Stats Struct

Per-stream counters tracking depth, hits, and misses. More...

Declaration

struct simaai::neat::graph::strict_sync::YoloTokenStore::Stats { ... }

Included Headers

#include <StrictSync.h>

Public Member Attributes Index

int64_tenqueued = 0

Total tokens enqueued. More...

int64_tdequeued = 0

Total tokens taken successfully. More...

int64_tmiss = 0

take() calls with nothing to return. More...

size_tdepth = 0

Current queue depth. More...

size_tmax_depth = 0

High-watermark of depth. More...

Description

Per-stream counters tracking depth, hits, and misses.

Definition at line 110 of file StrictSync.h.

Public Member Attributes

depth

size_t simaai::neat::graph::strict_sync::YoloTokenStore::Stats::depth = 0

Current queue depth.

Definition at line 114 of file StrictSync.h.

114 size_t depth = 0;

dequeued

int64_t simaai::neat::graph::strict_sync::YoloTokenStore::Stats::dequeued = 0

Total tokens taken successfully.

Definition at line 112 of file StrictSync.h.

112 int64_t dequeued = 0;

enqueued

int64_t simaai::neat::graph::strict_sync::YoloTokenStore::Stats::enqueued = 0

Total tokens enqueued.

Definition at line 111 of file StrictSync.h.

111 int64_t enqueued = 0;

max_depth

size_t simaai::neat::graph::strict_sync::YoloTokenStore::Stats::max_depth = 0

High-watermark of depth.

Definition at line 115 of file StrictSync.h.

115 size_t max_depth = 0;

miss

int64_t simaai::neat::graph::strict_sync::YoloTokenStore::Stats::miss = 0

take() calls with nothing to return.

Definition at line 113 of file StrictSync.h.

113 int64_t miss = 0;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.