EM-ODP
3.7.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 368 of file api/event_machine_timer.h.
uint64_t em_tmo_stats_t::num_acks |
number of periodic ack() calls
Definition at line 370 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 372 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 374 of file api/event_machine_timer.h.