Skip to main content

Stats Struct

Per-stream counters tracking sent/dropped/fail counts and queue depth. More...

Declaration

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

Included Headers

#include <StrictSync.h>

Public Member Attributes Index

int64_tenqueued = 0

Total samples enqueued. More...

int64_tsent = 0

Total samples successfully sent downstream. More...

int64_tdropped = 0

Total samples dropped due to overflow. More...

int64_tsend_fail = 0

Total send attempts that failed. More...

int64_tmax_queue_depth = 0

High-watermark of queue depth. More...

Description

Per-stream counters tracking sent/dropped/fail counts and queue depth.

Definition at line 159 of file StrictSync.h.

Public Member Attributes

dropped

int64_t simaai::neat::graph::strict_sync::ReleasePacer::Stats::dropped = 0

Total samples dropped due to overflow.

Definition at line 162 of file StrictSync.h.

162 int64_t dropped = 0;

enqueued

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

Total samples enqueued.

Definition at line 160 of file StrictSync.h.

160 int64_t enqueued = 0;

max_queue_depth

int64_t simaai::neat::graph::strict_sync::ReleasePacer::Stats::max_queue_depth = 0

High-watermark of queue depth.

Definition at line 164 of file StrictSync.h.

164 int64_t max_queue_depth = 0;

send_fail

int64_t simaai::neat::graph::strict_sync::ReleasePacer::Stats::send_fail = 0

Total send attempts that failed.

Definition at line 163 of file StrictSync.h.

163 int64_t send_fail = 0;

sent

int64_t simaai::neat::graph::strict_sync::ReleasePacer::Stats::sent = 0

Total samples successfully sent downstream.

Definition at line 161 of file StrictSync.h.

161 int64_t sent = 0;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.