RuntimeCounters Struct
Common input/output/drop counters. More...
Declaration
Included Headers
Public Member Attributes Index
| std::uint64_t | inputs_enqueued = 0 |
|
Inputs accepted into the runtime boundary. More... | |
| std::uint64_t | inputs_dropped = 0 |
|
Inputs dropped/rejected. More... | |
| std::uint64_t | inputs_pushed = 0 |
|
Inputs pushed downstream. More... | |
| std::uint64_t | outputs_ready = 0 |
|
Outputs produced by the runtime. More... | |
| std::uint64_t | outputs_pulled = 0 |
|
Outputs pulled by the application. More... | |
| std::uint64_t | outputs_dropped = 0 |
|
Outputs dropped before application pull. More... | |
Description
Common input/output/drop counters.
Definition at line 55 of file RuntimeMetrics.h.
Public Member Attributes
inputs_dropped
|
Inputs dropped/rejected.
Definition at line 57 of file RuntimeMetrics.h.
inputs_enqueued
|
Inputs accepted into the runtime boundary.
Definition at line 56 of file RuntimeMetrics.h.
inputs_pushed
|
Inputs pushed downstream.
Definition at line 58 of file RuntimeMetrics.h.
outputs_dropped
|
Outputs dropped before application pull.
Definition at line 61 of file RuntimeMetrics.h.
outputs_pulled
|
Outputs pulled by the application.
Definition at line 60 of file RuntimeMetrics.h.
outputs_ready
|
Outputs produced by the runtime.
Definition at line 59 of file RuntimeMetrics.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.