X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=test%2Fstress%2Fset%2Fiter_erase%2Fset_iter_erase.h;h=74a6cee20167c4915546103e4a645fc72dbc156c;hp=9537c6863ce976a5e8193e6f8b075fdb6e735322;hb=907e8f3e384f7161e35dc41ddc3a78c2bb86013b;hpb=dc0896b7789164920cdb3f95c2d04799eeaa72b0 diff --git a/test/stress/set/iter_erase/set_iter_erase.h b/test/stress/set/iter_erase/set_iter_erase.h index 9537c686..74a6cee2 100644 --- a/test/stress/set/iter_erase/set_iter_erase.h +++ b/test/stress/set/iter_erase/set_iter_erase.h @@ -29,6 +29,7 @@ */ #include "set_type.h" +#include "../../misc/common.h" #include namespace set { @@ -125,10 +126,6 @@ namespace set { static size_t s_nInsertPassCount; static size_t s_nFindThreadCount; // find thread count - static size_t s_nCuckooInitialSize; // initial size for CuckooSet - static size_t s_nCuckooProbesetSize; // CuckooSet probeset size (only for list-based probeset) - static size_t s_nCuckooProbesetThreshold; // CUckooSet probeset threshold (0 - use default) - static size_t s_nFeldmanSet_HeadBits; static size_t s_nFeldmanSet_ArrayBits; @@ -838,7 +835,7 @@ namespace set { Set testSet( *this ); do_test_with( testSet ); - analyze( testSet ); + DEBUG(analyze( testSet )); } template @@ -848,14 +845,11 @@ namespace set { Set testSet( *this ); do_test_extract_with( testSet ); - analyze( testSet ); + DEBUG(analyze( testSet )); } template void run_feldman(); - - template - void run_feldman_reverse(); }; class Set_Iter_Del3_reverse: public Set_Iter_Del3