Searched refs:percent_hits (Results 1 – 4 of 4) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_fib6_perf.c | 53 double percent_hits; in print_route_distribution() local 59 percent_hits = ((double)depth_counter)/((double)n) * 100; in print_route_distribution() 60 printf("%.2u%15u (%.2f)\n", i, depth_counter, percent_hits); in print_route_distribution()
|
| H A D | test_lpm6_perf.c | 52 double percent_hits; in print_route_distribution() local 58 percent_hits = ((double)depth_counter)/((double)n) * 100; in print_route_distribution() 59 printf("%.2u%15u (%.2f)\n", i, depth_counter, percent_hits); in print_route_distribution()
|
| H A D | test_fib_perf.c | 318 double percent_hits; in print_route_distribution() local 324 percent_hits = ((double)depth_counter)/((double)n) * 100; in print_route_distribution() 325 printf("%.2u%15u (%.2f)\n", i, depth_counter, percent_hits); in print_route_distribution()
|
| H A D | test_lpm_perf.c | 351 double percent_hits; in print_route_distribution() local 357 percent_hits = ((double)depth_counter)/((double)n) * 100; in print_route_distribution() 358 printf("%.2u%15u (%.2f)\n", i, depth_counter, percent_hits); in print_route_distribution()
|