CNDP
22.08.0
|
#include <cne_timer.h>
Data Fields | |
uint64_t | reset |
uint64_t | stop |
uint64_t | manage |
uint64_t | pending |
A structure that stores the timer statistics (per-thread).
Definition at line 70 of file cne_timer.h.
uint64_t reset |
Number of success calls to cne_timer_reset().
Definition at line 71 of file cne_timer.h.
uint64_t stop |
Number of success calls to cne_timer_stop().
Definition at line 72 of file cne_timer.h.
uint64_t manage |
Number of calls to cne_timer_manage().
Definition at line 73 of file cne_timer.h.
uint64_t pending |
Number of pending/running timers.
Definition at line 74 of file cne_timer.h.