Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_hash_readwrite.c38 static struct perf htm_results, non_htm_results; variable
638 if (test_hash_readwrite_perf(&htm_results, use_htm, in test_hash_rw_perf_main()
643 if (test_hash_readwrite_perf(&htm_results, use_htm, in test_hash_rw_perf_main()
668 printf(" single read: %u\n", htm_results.single_read); in test_hash_rw_perf_main()
669 printf(" single write: %u\n", htm_results.single_write); in test_hash_rw_perf_main()
676 printf(" read only: %u\n", htm_results.read_only[i]); in test_hash_rw_perf_main()
677 printf(" write only: %u\n", htm_results.write_only[i]); in test_hash_rw_perf_main()
678 printf(" read-write read: %u\n", htm_results.read_write_r[i]); in test_hash_rw_perf_main()
679 printf(" read-write write: %u\n", htm_results.read_write_w[i]); in test_hash_rw_perf_main()