summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-03 23:54:53 +0200
committerRobin Gareus <robin@gareus.org>2016-04-03 23:54:53 +0200
commite19744430ad3935407a4be08013f5c319f3f1641 (patch)
tree9dafaeba3607cfebb4c936cf2d7f6adef584eaa2 /libs
parente84453e8786052790629e8a7323441a3ab5309c8 (diff)
don't collect rt-mempoll statistics anymore (by default)
Diffstat (limited to 'libs')
-rw-r--r--libs/pbd/pbd/reallocpool.h2
1 files changed, 1 insertions, 1 deletions
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