MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_distributor_perf

Function test_distributor_perf

dpdk/app/test/test_distributor_perf.c:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14#ifdef RTE_EXEC_ENV_WINDOWS
15static int
16test_distributor_perf(void)
17{
18 printf("distributor perf not supported on Windows, skipping test\n");
19 return TEST_SKIPPED;
20}
21
22#else
23

Callers

nothing calls this directly

Calls 10

rte_lcore_countFunction · 0.85
time_cache_line_switchFunction · 0.85
rte_distributor_createFunction · 0.85
rte_socket_idFunction · 0.85
rte_pktmbuf_pool_createFunction · 0.85
rte_eal_mp_remote_launchFunction · 0.85
perf_testFunction · 0.70
quit_workersFunction · 0.70
printfFunction · 0.50

Tested by

no test coverage detected