Skip to main content

StreamStats Struct

Per-stream counters tracking pending depth, hits, and misses. More...

Declaration

struct simaai::neat::graph::strict_sync::PendingVideoStore::StreamStats { ... }

Included Headers

#include <StrictSync.h>

Public Member Attributes Index

int64_tenqueued = 0

Total frames enqueued. More...

int64_tmatched = 0

Frames successfully taken by a matching token. More...

int64_tmiss = 0

take() calls that found no matching frame. More...

size_tpending_depth = 0

Current number of pending frames. More...

size_tpending_bytes = 0

Current bytes held in the store. More...

size_tmax_pending_depth = 0

High-watermark of pending_depth. More...

size_tmax_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

int64_t simaai::neat::graph::strict_sync::PendingVideoStore::StreamStats::enqueued = 0

Total frames enqueued.

Definition at line 49 of file StrictSync.h.

49 int64_t enqueued = 0;

matched

int64_t simaai::neat::graph::strict_sync::PendingVideoStore::StreamStats::matched = 0

Frames successfully taken by a matching token.

Definition at line 50 of file StrictSync.h.

50 int64_t matched = 0;

max_pending_bytes

size_t simaai::neat::graph::strict_sync::PendingVideoStore::StreamStats::max_pending_bytes = 0

High-watermark of pending_bytes.

Definition at line 55 of file StrictSync.h.

55 size_t max_pending_bytes = 0;

max_pending_depth

size_t simaai::neat::graph::strict_sync::PendingVideoStore::StreamStats::max_pending_depth = 0

High-watermark of pending_depth.

Definition at line 54 of file StrictSync.h.

54 size_t max_pending_depth = 0;

miss

int64_t simaai::neat::graph::strict_sync::PendingVideoStore::StreamStats::miss = 0

take() calls that found no matching frame.

Definition at line 51 of file StrictSync.h.

51 int64_t miss = 0;

pending_bytes

size_t simaai::neat::graph::strict_sync::PendingVideoStore::StreamStats::pending_bytes = 0

Current bytes held in the store.

Definition at line 53 of file StrictSync.h.

53 size_t pending_bytes = 0;

pending_depth

size_t simaai::neat::graph::strict_sync::PendingVideoStore::StreamStats::pending_depth = 0

Current number of pending frames.

Definition at line 52 of file StrictSync.h.

52 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.8.