X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Fstress%2Fstack%2Fpush_pop.cpp;h=a571e3efef94f87f741951da4d78dd8cb0d40c91;hb=907e8f3e384f7161e35dc41ddc3a78c2bb86013b;hp=a032ea510d8bd5a9c9469a4975df306e01d9cea2;hpb=59cb651402874a22500cab3ec586565b48f76059;p=libcds.git diff --git a/test/stress/stack/push_pop.cpp b/test/stress/stack/push_pop.cpp index a032ea51..a571e3ef 100644 --- a/test/stress/stack/push_pop.cpp +++ b/test/stress/stack/push_pop.cpp @@ -29,6 +29,7 @@ */ #include "stack_type.h" +#include "../misc/common.h" namespace { @@ -205,7 +206,7 @@ namespace { propout() << std::make_pair( "duration", duration ); - analyze( stack ); + DEBUG(analyze( stack )); propout() << stack.statistics(); }