EM-ODP  3.7.0
Event Machine on ODP
em_tmo_stats_t Struct Reference

#include <event_machine_timer.h>

Data Fields

uint64_t num_acks
 
uint64_t num_late_ack
 
uint64_t num_period_skips
 

Detailed Description

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.

Examples
timer_test_periodic.c.

Definition at line 368 of file api/event_machine_timer.h.

Field Documentation

◆ num_acks

uint64_t em_tmo_stats_t::num_acks

number of periodic ack() calls

Examples
timer_test_periodic.c.

Definition at line 370 of file api/event_machine_timer.h.

◆ num_late_ack

uint64_t em_tmo_stats_t::num_late_ack

number of delayed periodic ack() calls. 0 with ring timer

Examples
timer_test_periodic.c.

Definition at line 372 of file api/event_machine_timer.h.

◆ num_period_skips

uint64_t em_tmo_stats_t::num_period_skips

number of skipped periodic timeslots due to late ack. 0 with ring timer

Examples
timer_test_periodic.c.

Definition at line 374 of file api/event_machine_timer.h.


The documentation for this struct was generated from the following file: