![]() |
EM-ODP 4.4.0
Event Machine on ODP
|
#include <event_machine_timer.h>
Data Fields | |
| uint64_t | num_acks |
| uint64_t | num_late_ack |
| uint64_t | num_period_skips |
Timeout statistics counters
Some fields relate to periodic timeout only (0 on one-shots) and vice versa. New fields may be added later at the end.
Definition at line 438 of file api/event_machine_timer.h.
| uint64_t em_tmo_stats_t::num_acks |
number of periodic ack() calls
Definition at line 440 of file api/event_machine_timer.h.
| uint64_t em_tmo_stats_t::num_late_ack |
number of delayed periodic ack() calls. 0 with ring timer
Definition at line 442 of file api/event_machine_timer.h.
| uint64_t em_tmo_stats_t::num_period_skips |
number of skipped periodic timeslots due to late ack. 0 with ring timer
Definition at line 444 of file api/event_machine_timer.h.