IPC statistics.
More...
#include <interprocess_decorator.hpp>
IPC statistics.
Definition at line 161 of file interprocess_decorator.hpp.
◆ average_receive_time_ms()
double diffeq::core::composable::IPCStats::average_receive_time_ms |
( |
| ) |
const |
|
inline |
◆ average_send_time_ms()
double diffeq::core::composable::IPCStats::average_send_time_ms |
( |
| ) |
const |
|
inline |
◆ receive_success_rate()
double diffeq::core::composable::IPCStats::receive_success_rate |
( |
| ) |
const |
|
inline |
◆ send_success_rate()
double diffeq::core::composable::IPCStats::send_success_rate |
( |
| ) |
const |
|
inline |
◆ acknowledgments_received
size_t diffeq::core::composable::IPCStats::acknowledgments_received {0} |
◆ acknowledgments_sent
size_t diffeq::core::composable::IPCStats::acknowledgments_sent {0} |
◆ bytes_received
size_t diffeq::core::composable::IPCStats::bytes_received {0} |
◆ bytes_sent
size_t diffeq::core::composable::IPCStats::bytes_sent {0} |
◆ messages_received
size_t diffeq::core::composable::IPCStats::messages_received {0} |
◆ messages_sent
size_t diffeq::core::composable::IPCStats::messages_sent {0} |
◆ receive_failures
size_t diffeq::core::composable::IPCStats::receive_failures {0} |
◆ send_failures
size_t diffeq::core::composable::IPCStats::send_failures {0} |
◆ total_receive_time
std::chrono::milliseconds diffeq::core::composable::IPCStats::total_receive_time {0} |
◆ total_send_time
std::chrono::milliseconds diffeq::core::composable::IPCStats::total_send_time {0} |
The documentation for this struct was generated from the following file: