RunStats Struct
Declaration
struct simaai::neat::RunStats { ... }
Included Headers
#include <Run.h>
Public Member Attributes Index
| std::uint64_t | inputs_enqueued = 0 |
| std::uint64_t | inputs_dropped = 0 |
| std::uint64_t | inputs_pushed = 0 |
| std::uint64_t | outputs_ready = 0 |
| std::uint64_t | outputs_pulled = 0 |
| std::uint64_t | outputs_dropped = 0 |
| double | avg_latency_ms = 0.0 |
| double | min_latency_ms = 0.0 |
| double | max_latency_ms = 0.0 |
Definition at line 90 of file Run.h.
Public Member Attributes
avg_latency_ms
|
Definition at line 97 of file Run.h.
97 double avg_latency_ms = 0.0;
inputs_dropped
|
Definition at line 92 of file Run.h.
92 std::uint64_t inputs_dropped = 0;
inputs_enqueued
|
Definition at line 91 of file Run.h.
91 std::uint64_t inputs_enqueued = 0;
inputs_pushed
|
Definition at line 93 of file Run.h.
93 std::uint64_t inputs_pushed = 0;
max_latency_ms
|
Definition at line 99 of file Run.h.
99 double max_latency_ms = 0.0;
min_latency_ms
|
Definition at line 98 of file Run.h.
98 double min_latency_ms = 0.0;
outputs_dropped
|
Definition at line 96 of file Run.h.
96 std::uint64_t outputs_dropped = 0;
outputs_pulled
|
Definition at line 95 of file Run.h.
95 std::uint64_t outputs_pulled = 0;
outputs_ready
|
Definition at line 94 of file Run.h.
94 std::uint64_t outputs_ready = 0;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.