BoundaryFlowStats Struct
Declaration
struct simaai::neat::BoundaryFlowStats { ... }
Included Headers
#include <SessionReport.h>
Public Member Attributes Index
| std::string | boundary_name |
| int | after_node_index = -1 |
| int | before_node_index = -1 |
| uint64_t | in_buffers = 0 |
| uint64_t | out_buffers = 0 |
| int64_t | last_in_pts_ns = -1 |
| int64_t | last_out_pts_ns = -1 |
| int64_t | last_in_wall_us = 0 |
| int64_t | last_out_wall_us = 0 |
Definition at line 21 of file SessionReport.h.
Public Member Attributes
after_node_index
|
Definition at line 23 of file SessionReport.h.
23 int after_node_index = -1; // upstream node index
before_node_index
|
Definition at line 24 of file SessionReport.h.
24 int before_node_index = -1; // downstream node index (may be -1 for terminal tap boundary)
boundary_name
|
Definition at line 22 of file SessionReport.h.
22 std::string boundary_name; // sima_b<N>
in_buffers
|
Definition at line 26 of file SessionReport.h.
26 uint64_t in_buffers = 0; // observed on identity:sink
last_in_pts_ns
|
Definition at line 29 of file SessionReport.h.
29 int64_t last_in_pts_ns = -1;
last_in_wall_us
|
Definition at line 32 of file SessionReport.h.
32 int64_t last_in_wall_us = 0;
last_out_pts_ns
|
Definition at line 30 of file SessionReport.h.
30 int64_t last_out_pts_ns = -1;
last_out_wall_us
|
Definition at line 33 of file SessionReport.h.
33 int64_t last_out_wall_us = 0;
out_buffers
|
Definition at line 27 of file SessionReport.h.
27 uint64_t out_buffers = 0; // observed on identity:src
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.