Home
last modified time | relevance | path

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

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