StreamStats Struct
Per-stream counters tracking pending depth, hits, and misses. More...
Declaration
Included Headers
Public Member Attributes Index
| int64_t | enqueued = 0 |
|
Total frames enqueued. More... | |
| int64_t | matched = 0 |
|
Frames successfully taken by a matching token. More... | |
| int64_t | miss = 0 |
| size_t | pending_depth = 0 |
|
Current number of pending frames. More... | |
| size_t | pending_bytes = 0 |
|
Current bytes held in the store. More... | |
| size_t | max_pending_depth = 0 |
|
High-watermark of pending_depth. More... | |
| size_t | max_pending_bytes = 0 |
|
High-watermark of pending_bytes. More... | |
Description
Per-stream counters tracking pending depth, hits, and misses.
Definition at line 48 of file StrictSync.h.
Public Member Attributes
enqueued
|
matched
|
Frames successfully taken by a matching token.
Definition at line 50 of file StrictSync.h.
max_pending_bytes
|
High-watermark of pending_bytes.
Definition at line 55 of file StrictSync.h.
max_pending_depth
|
High-watermark of pending_depth.
Definition at line 54 of file StrictSync.h.
miss
|
take() calls that found no matching frame.
Definition at line 51 of file StrictSync.h.
pending_bytes
|
Current bytes held in the store.
Definition at line 53 of file StrictSync.h.
pending_depth
|
Current number of pending frames.
Definition at line 52 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.