13
0

don't collect rt-mempoll statistics anymore (by default)

This commit is contained in:
Robin Gareus 2016-04-03 23:54:53 +02:00
parent e84453e878
commit e19744430a

View 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