Searched refs:percent_hits (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_fib6_perf.c | 41 double percent_hits; in print_route_distribution() local 47 percent_hits = ((double)depth_counter)/((double)n) * 100; in print_route_distribution() 48 printf("%.2u%15u (%.2f)\n", i, depth_counter, percent_hits); in print_route_distribution()
|
| H A D | test_lpm6_perf.c | 41 double percent_hits; in print_route_distribution() local 47 percent_hits = ((double)depth_counter)/((double)n) * 100; in print_route_distribution() 48 printf("%.2u%15u (%.2f)\n", i, depth_counter, percent_hits); in print_route_distribution()
|
| H A D | test_fib_perf.c | 307 double percent_hits; in print_route_distribution() local 313 percent_hits = ((double)depth_counter)/((double)n) * 100; in print_route_distribution() 314 printf("%.2u%15u (%.2f)\n", i, depth_counter, percent_hits); in print_route_distribution()
|
| H A D | test_lpm_perf.c | 341 double percent_hits; in print_route_distribution() local 347 percent_hits = ((double)depth_counter)/((double)n) * 100; in print_route_distribution() 348 printf("%.2u%15u (%.2f)\n", i, depth_counter, percent_hits); in print_route_distribution()
|