Added MichaelMap statistics output to map stress tests
authorkhizmax <libcds.dev@gmail.com>
Thu, 25 Aug 2016 18:05:05 +0000 (21:05 +0300)
committerkhizmax <libcds.dev@gmail.com>
Thu, 25 Aug 2016 18:05:05 +0000 (21:05 +0300)
test/stress/map/map_type_iterable_list.h
test/stress/map/map_type_lazy_list.h
test/stress/map/map_type_michael_list.h

index a35e5e644dcd8eac4b6d207348e6f11db2d3642a..86a63866f95d039f9a1b5ee0e10b3432d373aa39 100644 (file)
@@ -36,6 +36,8 @@
 #include <cds/container/iterable_kvlist_hp.h>
 #include <cds/container/iterable_kvlist_dhp.h>
 
+#include <cds_test/stat_iterable_list_out.h>
+
 namespace map {
 
     template <typename Key, typename Value>
index d194ca66f900e098526a62ece88af38922d81048..105eea2fc120494890aeba428899b8f5a8166a41 100644 (file)
@@ -38,6 +38,8 @@
 #include <cds/container/lazy_kvlist_rcu.h>
 #include <cds/container/lazy_kvlist_nogc.h>
 
+#include <cds_test/stat_lazy_list_out.h>
+
 namespace map {
 
     template <typename Key, typename Value>
index f06d6b4873814cc8716bbf886dda1ad43376d7e2..a6ba41bd99cfd0eabf5dd422937153e690ef2135 100644 (file)
@@ -38,6 +38,8 @@
 #include <cds/container/michael_kvlist_rcu.h>
 #include <cds/container/michael_kvlist_nogc.h>
 
+#include <cds_test/stat_michael_list_out.h>
+
 namespace map {
 
     template <typename Key, typename Value>