Home
last modified time | relevance | path

Searched refs:total_latency (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_xstats.c94 uint64_t total_latency = dsw->ports[port_id].emigration_latency; in DSW_GEN_PORT_ACCESS_FN() local
97 return num_emigrations > 0 ? total_latency / num_emigrations : 0; in DSW_GEN_PORT_ACCESS_FN()
/f-stack/dpdk/app/test-eventdev/
H A Dtest_perf_common.c235 total_latency(struct test_perf *t) in total_latency() function
304 const uint64_t latency = total_latency(t); in perf_launch_lcores()