InputStreamStats Struct
Declaration
struct simaai::neat::InputStreamStats { ... }
Included Headers
#include <Run.h>
Public Member Attributes Index
| std::uint64_t | push_count = 0 |
| std::uint64_t | push_failures = 0 |
| std::uint64_t | pull_count = 0 |
| std::uint64_t | poll_count = 0 |
| std::uint64_t | dropped_frames = 0 |
| std::uint64_t | renegotiations = 0 |
| std::uint64_t | alloc_grows = 0 |
| std::uint64_t | growth_blocked = 0 |
| std::uint64_t | renegotiation_blocked = 0 |
| double | avg_alloc_us = 0.0 |
| double | avg_map_us = 0.0 |
| double | avg_copy_us = 0.0 |
| double | avg_push_us = 0.0 |
| double | avg_pull_wait_us = 0.0 |
| double | avg_decode_us = 0.0 |
Definition at line 72 of file Run.h.
Public Member Attributes
alloc_grows
|
Definition at line 79 of file Run.h.
79 std::uint64_t alloc_grows = 0;
avg_alloc_us
|
Definition at line 82 of file Run.h.
82 double avg_alloc_us = 0.0;
avg_copy_us
|
Definition at line 84 of file Run.h.
84 double avg_copy_us = 0.0;
avg_decode_us
|
Definition at line 87 of file Run.h.
87 double avg_decode_us = 0.0;
avg_map_us
|
Definition at line 83 of file Run.h.
83 double avg_map_us = 0.0;
avg_pull_wait_us
|
Definition at line 86 of file Run.h.
86 double avg_pull_wait_us = 0.0;
avg_push_us
|
Definition at line 85 of file Run.h.
85 double avg_push_us = 0.0;
dropped_frames
|
Definition at line 77 of file Run.h.
77 std::uint64_t dropped_frames = 0;
growth_blocked
|
Definition at line 80 of file Run.h.
80 std::uint64_t growth_blocked = 0;
poll_count
|
Definition at line 76 of file Run.h.
76 std::uint64_t poll_count = 0;
pull_count
|
Definition at line 75 of file Run.h.
75 std::uint64_t pull_count = 0;
push_count
|
Definition at line 73 of file Run.h.
73 std::uint64_t push_count = 0;
push_failures
|
Definition at line 74 of file Run.h.
74 std::uint64_t push_failures = 0;
renegotiation_blocked
|
Definition at line 81 of file Run.h.
81 std::uint64_t renegotiation_blocked = 0;
renegotiations
|
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.