Skip to main content

Stats Struct

Declaration

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

Included Headers

#include <StrictSync.h>

Public Member Attributes Index

int64_tenqueued = 0
int64_tdequeued = 0
int64_tmiss = 0
size_tdepth = 0
size_tmax_depth = 0

Definition at line 79 of file StrictSync.h.

Public Member Attributes

depth

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

Definition at line 83 of file StrictSync.h.

83 size_t depth = 0;

dequeued

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

Definition at line 81 of file StrictSync.h.

81 int64_t dequeued = 0;

enqueued

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

Definition at line 80 of file StrictSync.h.

80 int64_t enqueued = 0;

max_depth

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

Definition at line 84 of file StrictSync.h.

84 size_t max_depth = 0;

miss

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

Definition at line 82 of file StrictSync.h.

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