|
void | in (const size_t bytes, bool ok) |
|
void | out (const size_t bytes, std::chrono::time_point< std::chrono::steady_clock > in_ts) |
|
Definition at line 14 of file comm_out_queue.h.
◆ PerfCounter()
PerfCounter::PerfCounter |
( |
| ) |
|
|
inline |
◆ in()
void PerfCounter::in |
( |
const size_t |
bytes, |
|
|
bool |
ok |
|
) |
| |
|
inline |
◆ out()
void PerfCounter::out |
( |
const size_t |
bytes, |
|
|
std::chrono::time_point< std::chrono::steady_clock > |
in_ts |
|
) |
| |
|
inline |
◆ bps_in
uint32_t PerfCounter::bps_in |
◆ bps_out
uint32_t PerfCounter::bps_out |
◆ bytes_in
size_t PerfCounter::bytes_in |
◆ bytes_out
size_t PerfCounter::bytes_out |
◆ in_out_delay_us
size_t PerfCounter::in_out_delay_us |
◆ in_queue
size_t PerfCounter::in_queue |
◆ last_in
std::chrono::time_point<std::chrono::steady_clock> PerfCounter::last_in |
◆ last_out
std::chrono::time_point<std::chrono::steady_clock> PerfCounter::last_out |
◆ mps_in
double PerfCounter::mps_in |
◆ mps_out
double PerfCounter::mps_out |
◆ msgs_in
size_t PerfCounter::msgs_in |
◆ msgs_out
size_t PerfCounter::msgs_out |
◆ overflow_msgs
size_t PerfCounter::overflow_msgs |
The documentation for this class was generated from the following file: