DPDK
23.03.0
|
#include <rte_lcore.h>
Data Fields | |
uint64_t | total_cycles |
uint64_t | busy_cycles |
lcore usage statistics.
Definition at line 334 of file rte_lcore.h.
uint64_t total_cycles |
The total amount of time that the application has been running on this lcore, in TSC cycles.
Definition at line 339 of file rte_lcore.h.
uint64_t busy_cycles |
The amount of time the application was busy, handling some workload on this lcore, in TSC cycles.
Definition at line 344 of file rte_lcore.h.