Skip to main content

InputStreamStats Struct

Declaration

struct simaai::neat::InputStreamStats { ... }

Included Headers

#include <Run.h>

Public Member Attributes Index

std::uint64_tpush_count = 0
std::uint64_tpush_failures = 0
std::uint64_tpull_count = 0
std::uint64_tpoll_count = 0
std::uint64_tdropped_frames = 0
std::uint64_trenegotiations = 0
std::uint64_talloc_grows = 0
std::uint64_tgrowth_blocked = 0
std::uint64_trenegotiation_blocked = 0
doubleavg_alloc_us = 0.0
doubleavg_map_us = 0.0
doubleavg_copy_us = 0.0
doubleavg_push_us = 0.0
doubleavg_pull_wait_us = 0.0
doubleavg_decode_us = 0.0

Definition at line 72 of file Run.h.

Public Member Attributes

alloc_grows

std::uint64_t simaai::neat::InputStreamStats::alloc_grows = 0

Definition at line 79 of file Run.h.

79 std::uint64_t alloc_grows = 0;

avg_alloc_us

double simaai::neat::InputStreamStats::avg_alloc_us = 0.0

Definition at line 82 of file Run.h.

82 double avg_alloc_us = 0.0;

avg_copy_us

double simaai::neat::InputStreamStats::avg_copy_us = 0.0

Definition at line 84 of file Run.h.

84 double avg_copy_us = 0.0;

avg_decode_us

double simaai::neat::InputStreamStats::avg_decode_us = 0.0

Definition at line 87 of file Run.h.

87 double avg_decode_us = 0.0;

avg_map_us

double simaai::neat::InputStreamStats::avg_map_us = 0.0

Definition at line 83 of file Run.h.

83 double avg_map_us = 0.0;

avg_pull_wait_us

double simaai::neat::InputStreamStats::avg_pull_wait_us = 0.0

Definition at line 86 of file Run.h.

86 double avg_pull_wait_us = 0.0;

avg_push_us

double simaai::neat::InputStreamStats::avg_push_us = 0.0

Definition at line 85 of file Run.h.

85 double avg_push_us = 0.0;

dropped_frames

std::uint64_t simaai::neat::InputStreamStats::dropped_frames = 0

Definition at line 77 of file Run.h.

77 std::uint64_t dropped_frames = 0;

growth_blocked

std::uint64_t simaai::neat::InputStreamStats::growth_blocked = 0

Definition at line 80 of file Run.h.

80 std::uint64_t growth_blocked = 0;

poll_count

std::uint64_t simaai::neat::InputStreamStats::poll_count = 0

Definition at line 76 of file Run.h.

76 std::uint64_t poll_count = 0;

pull_count

std::uint64_t simaai::neat::InputStreamStats::pull_count = 0

Definition at line 75 of file Run.h.

75 std::uint64_t pull_count = 0;

push_count

std::uint64_t simaai::neat::InputStreamStats::push_count = 0

Definition at line 73 of file Run.h.

73 std::uint64_t push_count = 0;

push_failures

std::uint64_t simaai::neat::InputStreamStats::push_failures = 0

Definition at line 74 of file Run.h.

74 std::uint64_t push_failures = 0;

renegotiation_blocked

std::uint64_t simaai::neat::InputStreamStats::renegotiation_blocked = 0

Definition at line 81 of file Run.h.

81 std::uint64_t renegotiation_blocked = 0;

renegotiations

std::uint64_t simaai::neat::InputStreamStats::renegotiations = 0

Definition at line 78 of file Run.h.

78 std::uint64_t renegotiations = 0;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.