Searched refs:total_time (Results 1 – 7 of 7) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_lpm6_perf.c | 69 uint64_t begin, total_time; in test_lpm6_perf() local 102 total_time = rte_rdtsc() - begin; in test_lpm6_perf() 106 (double)total_time / NUM_ROUTE_ENTRIES); in test_lpm6_perf() 109 total_time = 0; in test_lpm6_perf() 121 total_time += rte_rdtsc() - begin; in test_lpm6_perf() 125 (double)total_time / ((double)ITERATIONS * BATCH_SIZE), in test_lpm6_perf() 129 total_time = 0; in test_lpm6_perf() 143 total_time += rte_rdtsc() - begin; in test_lpm6_perf() 150 (double)total_time / ((double)ITERATIONS * BATCH_SIZE), in test_lpm6_perf() 163 total_time += rte_rdtsc() - begin; in test_lpm6_perf() [all …]
|
| H A D | test_fib6_perf.c | 82 uint64_t begin, total_time; in test_fib6_perf() local 122 total_time = rte_rdtsc() - begin; in test_fib6_perf() 126 (double)total_time / NUM_ROUTE_ENTRIES); in test_fib6_perf() 129 total_time = 0; in test_fib6_perf() 140 total_time += rte_rdtsc() - begin; in test_fib6_perf() 147 (double)total_time / ((double)ITERATIONS * BATCH_SIZE), in test_fib6_perf() 160 total_time = rte_rdtsc() - begin; in test_fib6_perf() 163 (double)total_time / NUM_ROUTE_ENTRIES); in test_fib6_perf()
|
| H A D | test_fib_perf.c | 342 uint64_t begin, total_time; in test_fib_perf() local 369 total_time = rte_rdtsc() - begin; in test_fib_perf() 374 (double)total_time / NUM_ROUTE_ENTRIES); in test_fib_perf() 377 total_time = 0; in test_fib_perf() 398 total_time += rte_rdtsc() - begin; in test_fib_perf() 401 (double)total_time / ((double)ITERATIONS * BATCH_SIZE), in test_fib_perf() 413 total_time += rte_rdtsc() - begin; in test_fib_perf() 416 (double)total_time / NUM_ROUTE_ENTRIES); in test_fib_perf()
|
| H A D | test_lpm_perf.c | 614 uint64_t begin, total_time, lpm_used_entries = 0; in test_lpm_perf() local 641 total_time = rte_rdtsc() - begin; in test_lpm_perf() 664 (double)total_time / NUM_ROUTE_ENTRIES); in test_lpm_perf() 667 total_time = 0; in test_lpm_perf() 684 total_time += rte_rdtsc() - begin; in test_lpm_perf() 692 total_time = 0; in test_lpm_perf() 712 total_time += rte_rdtsc() - begin; in test_lpm_perf() 719 total_time = 0; in test_lpm_perf() 743 total_time += rte_rdtsc() - begin; in test_lpm_perf() 759 total_time = rte_rdtsc() - begin; in test_lpm_perf() [all …]
|
| H A D | test_memcpy_perf.c | 175 uint64_t start_time, total_time = 0; \ 183 total_time += rte_rdtsc() - start_time; \ 193 printf("%3.0f -", (double)total_time / TEST_ITERATIONS); \ 195 printf("(%6.2f%%) ", ((double)total_time - total_time2)*100/total_time2); \
|
| H A D | test_ticketlock.c | 135 uint64_t total_time = 0; in test_ticketlock_perf() local 168 total_time += time_cost[i]; in test_ticketlock_perf() 174 printf("Total cost time = %"PRIu64" us\n", total_time); in test_ticketlock_perf()
|
| /dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 2621 uint64_t total_time; in dequeue_event_callback() local 3116 uint64_t total_time = 0, start_time; in throughput_pmd_lcore_dec() local 3201 1000000.0) / ((double)total_time / in throughput_pmd_lcore_dec() 3212 uint64_t total_time = 0, start_time; in bler_pmd_lcore_ldpc_dec() local 3331 1000000.0) / ((double)total_time / in bler_pmd_lcore_ldpc_dec() 3342 uint64_t total_time = 0, start_time; in throughput_pmd_lcore_ldpc_dec() local 4024 *total_time += last_time; in latency_test_dec() 4112 *total_time += last_time; in latency_test_ldpc_dec() 4182 *total_time += last_time; in latency_test_enc() 4249 *total_time += last_time; in latency_test_ldpc_enc() [all …]
|