EM-ODP 4.4.0
Event Machine on ODP
Loading...
Searching...
No Matches
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 438 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 440 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 442 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 444 of file api/event_machine_timer.h.


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