Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_malloc_perf.c14 #define TEST_LOG(level, ...) RTE_LOG(level, USER1, __VA_ARGS__) macro
38 TEST_LOG(INFO, "Reference: memset\n"); in test_memset_perf()
42 TEST_LOG(ERR, "rte_malloc(size=%"PRIx64") failed\n", GB); in test_memset_perf()
52 TEST_LOG(INFO, "Result: %f.3 GiB/s <=> %.2f us/MiB\n", in test_memset_perf()
56 TEST_LOG(INFO, "\n"); in test_memset_perf()
71 TEST_LOG(INFO, "Performance: %s\n", name); in test_alloc_perf()
75 TEST_LOG(ERR, "Cannot allocate memory for pointers"); in test_alloc_perf()
79 TEST_LOG(INFO, "%12s%8s%12s%12s%12s%17s\n", "Size (B)", "Runs", in test_alloc_perf()
97 TEST_LOG(INFO, "%12zu Interrupted: out of memory.\n", in test_alloc_perf()
120 TEST_LOG(INFO, "%12zu%8zu%12.2f%12.2f%12.2f%17.2f\n", in test_alloc_perf()
[all …]