Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_distributor_perf.c27 #define ITER_POWER_CL 25 /* log 2 of how many iterations for Cache Line test */ macro
76 for (i = 0; i < (1 << ITER_POWER_CL); i++) { in time_cache_line_switch()
88 printf("Time for %u iterations = %"PRIu64" ticks\n", (1<<ITER_POWER_CL), in time_cache_line_switch()
91 (end_time-start_time) >> ITER_POWER_CL); in time_cache_line_switch()