Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_lpm6_perf.c58 uint64_t begin, total_time; in test_lpm6_perf() local
91 total_time = rte_rdtsc() - begin; in test_lpm6_perf()
95 (double)total_time / NUM_ROUTE_ENTRIES); in test_lpm6_perf()
98 total_time = 0; in test_lpm6_perf()
110 total_time += rte_rdtsc() - begin; in test_lpm6_perf()
114 (double)total_time / ((double)ITERATIONS * BATCH_SIZE), in test_lpm6_perf()
118 total_time = 0; in test_lpm6_perf()
132 total_time += rte_rdtsc() - begin; in test_lpm6_perf()
139 (double)total_time / ((double)ITERATIONS * BATCH_SIZE), in test_lpm6_perf()
152 total_time += rte_rdtsc() - begin; in test_lpm6_perf()
[all …]
H A Dtest_fib6_perf.c70 uint64_t begin, total_time; in test_fib6_perf() local
109 total_time = rte_rdtsc() - begin; in test_fib6_perf()
113 (double)total_time / NUM_ROUTE_ENTRIES); in test_fib6_perf()
116 total_time = 0; in test_fib6_perf()
127 total_time += rte_rdtsc() - begin; in test_fib6_perf()
134 (double)total_time / ((double)ITERATIONS * BATCH_SIZE), in test_fib6_perf()
147 total_time = rte_rdtsc() - begin; in test_fib6_perf()
150 (double)total_time / NUM_ROUTE_ENTRIES); in test_fib6_perf()
H A Dtest_fib_perf.c330 uint64_t begin, total_time; in test_fib_perf() local
357 total_time = rte_rdtsc() - begin; in test_fib_perf()
362 (double)total_time / NUM_ROUTE_ENTRIES); in test_fib_perf()
365 total_time = 0; in test_fib_perf()
386 total_time += rte_rdtsc() - begin; in test_fib_perf()
389 (double)total_time / ((double)ITERATIONS * BATCH_SIZE), in test_fib_perf()
401 total_time += rte_rdtsc() - begin; in test_fib_perf()
404 (double)total_time / NUM_ROUTE_ENTRIES); in test_fib_perf()
H A Dtest_lpm_perf.c604 uint64_t begin, total_time, lpm_used_entries = 0; in test_lpm_perf() local
631 total_time = rte_rdtsc() - begin; in test_lpm_perf()
654 (double)total_time / NUM_ROUTE_ENTRIES); in test_lpm_perf()
657 total_time = 0; in test_lpm_perf()
674 total_time += rte_rdtsc() - begin; in test_lpm_perf()
682 total_time = 0; in test_lpm_perf()
702 total_time += rte_rdtsc() - begin; in test_lpm_perf()
709 total_time = 0; in test_lpm_perf()
733 total_time += rte_rdtsc() - begin; in test_lpm_perf()
749 total_time = rte_rdtsc() - begin; in test_lpm_perf()
[all …]
H A Dautotest_runner.py240 total_time = int(cur_time - self.start)
248 print(result + "[%02dm %02ds]" % (total_time / 60, total_time % 60))
410 total_time = int(cur_time - self.start)
414 print("Total run time: %02dm %02ds" % (total_time / 60,
415 total_time % 60))
H A Dtest_ticketlock.c137 uint64_t total_time = 0; in test_ticketlock_perf() local
170 total_time += time_cost[i]; in test_ticketlock_perf()
176 printf("Total cost time = %"PRIu64" us\n", total_time); in test_ticketlock_perf()
H A Dtest_memcpy_perf.c174 uint64_t start_time, total_time = 0; \
182 total_time += rte_rdtsc() - start_time; \
192 printf("%3.0f -", (double)total_time / TEST_ITERATIONS); \
194 printf("(%6.2f%%) ", ((double)total_time - total_time2)*100/total_time2); \
/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c2575 uint64_t total_time; in dequeue_event_callback() local
3082 uint64_t total_time = 0, start_time; in throughput_pmd_lcore_dec() local
3168 1000000.0) / ((double)total_time / in throughput_pmd_lcore_dec()
3179 uint64_t total_time = 0, start_time; in bler_pmd_lcore_ldpc_dec() local
3299 1000000.0) / ((double)total_time / in bler_pmd_lcore_ldpc_dec()
3310 uint64_t total_time = 0, start_time; in throughput_pmd_lcore_ldpc_dec() local
3995 *total_time += last_time; in latency_test_dec()
4083 *total_time += last_time; in latency_test_ldpc_dec()
4153 *total_time += last_time; in latency_test_enc()
4220 *total_time += last_time; in latency_test_ldpc_enc()
[all …]