Skip to main content

StreamStats Struct

Declaration

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

Included Headers

#include <StrictSync.h>

Public Member Attributes Index

int64_tenqueued = 0
int64_tmatched = 0
int64_tmiss = 0
size_tpending_depth = 0
size_tpending_bytes = 0
size_tmax_pending_depth = 0
size_tmax_pending_bytes = 0

Definition at line 35 of file StrictSync.h.

Public Member Attributes

enqueued

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

Definition at line 36 of file StrictSync.h.

36 int64_t enqueued = 0;

matched

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

Definition at line 37 of file StrictSync.h.

37 int64_t matched = 0;

max_pending_bytes

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

Definition at line 42 of file StrictSync.h.

42 size_t max_pending_bytes = 0;

max_pending_depth

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

Definition at line 41 of file StrictSync.h.

41 size_t max_pending_depth = 0;

miss

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

Definition at line 38 of file StrictSync.h.

38 int64_t miss = 0;

pending_bytes

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

Definition at line 40 of file StrictSync.h.

40 size_t pending_bytes = 0;

pending_depth

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

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.