Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_hash_readwrite.c38 static struct perf htm_results, non_htm_results; variable
644 if (test_hash_readwrite_perf(&htm_results, use_htm, in test_hash_rw_perf_main()
649 if (test_hash_readwrite_perf(&htm_results, use_htm, in test_hash_rw_perf_main()
673 printf("single read: %u\n", htm_results.single_read); in test_hash_rw_perf_main()
674 printf("single write: %u\n", htm_results.single_write); in test_hash_rw_perf_main()
678 printf(" read only: %u\n", htm_results.read_only[i]); in test_hash_rw_perf_main()
679 printf(" write only: %u\n", htm_results.write_only[i]); in test_hash_rw_perf_main()
680 printf(" read-write read: %u\n", htm_results.read_write_r[i]); in test_hash_rw_perf_main()
681 printf(" read-write write: %u\n", htm_results.read_write_w[i]); in test_hash_rw_perf_main()