From e19744430ad3935407a4be08013f5c319f3f1641 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 3 Apr 2016 23:54:53 +0200 Subject: [PATCH] don't collect rt-mempoll statistics anymore (by default) --- libs/pbd/pbd/reallocpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/pbd/reallocpool.h b/libs/pbd/pbd/reallocpool.h index f91f8e2225..d6f8c5cec1 100644 --- a/libs/pbd/pbd/reallocpool.h +++ b/libs/pbd/pbd/reallocpool.h @@ -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