StreamStats Struct
Declaration
struct simaai::neat::graph::strict_sync::PendingVideoStore::StreamStats { ... }
Included Headers
#include <StrictSync.h>
Public Member Attributes Index
| int64_t | enqueued = 0 |
| int64_t | matched = 0 |
| int64_t | miss = 0 |
| size_t | pending_depth = 0 |
| size_t | pending_bytes = 0 |
| size_t | max_pending_depth = 0 |
| size_t | max_pending_bytes = 0 |
Definition at line 35 of file StrictSync.h.
Public Member Attributes
enqueued
|
Definition at line 36 of file StrictSync.h.
matched
|
Definition at line 37 of file StrictSync.h.
max_pending_bytes
|
Definition at line 42 of file StrictSync.h.
42 size_t max_pending_bytes = 0;
max_pending_depth
|
Definition at line 41 of file StrictSync.h.
41 size_t max_pending_depth = 0;
miss
|
Definition at line 38 of file StrictSync.h.
pending_bytes
|
Definition at line 40 of file StrictSync.h.
40 size_t pending_bytes = 0;
pending_depth
|
Definition at line 39 of file StrictSync.h.
39 size_t pending_depth = 0;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.