Skip to main content

BoundaryFlowStats Struct

Declaration

struct simaai::neat::BoundaryFlowStats { ... }

Included Headers

#include <SessionReport.h>

Public Member Attributes Index

std::stringboundary_name
intafter_node_index = -1
intbefore_node_index = -1
uint64_tin_buffers = 0
uint64_tout_buffers = 0
int64_tlast_in_pts_ns = -1
int64_tlast_out_pts_ns = -1
int64_tlast_in_wall_us = 0
int64_tlast_out_wall_us = 0

Definition at line 21 of file SessionReport.h.

Public Member Attributes

after_node_index

int simaai::neat::BoundaryFlowStats::after_node_index = -1

Definition at line 23 of file SessionReport.h.

23 int after_node_index = -1; // upstream node index

before_node_index

int simaai::neat::BoundaryFlowStats::before_node_index = -1

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

std::string simaai::neat::BoundaryFlowStats::boundary_name

Definition at line 22 of file SessionReport.h.

22 std::string boundary_name; // sima_b<N>

in_buffers

uint64_t simaai::neat::BoundaryFlowStats::in_buffers = 0

Definition at line 26 of file SessionReport.h.

26 uint64_t in_buffers = 0; // observed on identity:sink

last_in_pts_ns

int64_t simaai::neat::BoundaryFlowStats::last_in_pts_ns = -1

Definition at line 29 of file SessionReport.h.

29 int64_t last_in_pts_ns = -1;

last_in_wall_us

int64_t simaai::neat::BoundaryFlowStats::last_in_wall_us = 0

Definition at line 32 of file SessionReport.h.

32 int64_t last_in_wall_us = 0;

last_out_pts_ns

int64_t simaai::neat::BoundaryFlowStats::last_out_pts_ns = -1

Definition at line 30 of file SessionReport.h.

30 int64_t last_out_pts_ns = -1;

last_out_wall_us

int64_t simaai::neat::BoundaryFlowStats::last_out_wall_us = 0

Definition at line 33 of file SessionReport.h.

33 int64_t last_out_wall_us = 0;

out_buffers

uint64_t simaai::neat::BoundaryFlowStats::out_buffers = 0

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.