don't collect rt-mempoll statistics anymore (by default)
authorRobin Gareus <robin@gareus.org>
Sun, 3 Apr 2016 21:54:53 +0000 (23:54 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 3 Apr 2016 21:54:53 +0000 (23:54 +0200)
libs/pbd/pbd/reallocpool.h

index f91f8e22258a5b97137a4785da79405ca7bcfdea..d6f8c5cec1c234e868238fde8d1ce08ef8cb33b0 100644 (file)
@@ -20,7 +20,7 @@
 #define _reallocpool_h_
 
 #ifndef NDEBUG
-#define RAP_WITH_CALL_STATS // collect statistics on calls counts (light)
+//#define RAP_WITH_CALL_STATS // collect statistics on calls counts (light)
 //#define RAP_WITH_HISTOGRAM 513 // collect statistic about allocation size (not bad)
 //#define RAP_WITH_SEGMENT_STATS // collect statistics (expensive)
 #endif