Skip to main content

Stats Struct

Declaration

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

Included Headers

#include <StrictSync.h>

Public Member Attributes Index

int64_tenqueued = 0
int64_tsent = 0
int64_tdropped = 0
int64_tsend_fail = 0
int64_tmax_queue_depth = 0

Definition at line 110 of file StrictSync.h.

Public Member Attributes

dropped

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

Definition at line 113 of file StrictSync.h.

113 int64_t dropped = 0;

enqueued

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

Definition at line 111 of file StrictSync.h.

111 int64_t enqueued = 0;

max_queue_depth

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

Definition at line 115 of file StrictSync.h.

115 int64_t max_queue_depth = 0;

send_fail

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

Definition at line 114 of file StrictSync.h.

114 int64_t send_fail = 0;

sent

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

Definition at line 112 of file StrictSync.h.

112 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.1.