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_t | enqueued = 0 |
|
Total tokens enqueued. More... | |
| int64_t | dequeued = 0 |
|
Total tokens taken successfully. More... | |
| int64_t | miss = 0 |
| size_t | depth = 0 |
|
Current queue depth. More... | |
| size_t | max_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
|
dequeued
|
Total tokens taken successfully.
Definition at line 112 of file StrictSync.h.
enqueued
|
max_depth
|
miss
|
take() calls with nothing to return.
Definition at line 113 of file StrictSync.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.