diff --git a/lib_com/options.h b/lib_com/options.h index 940cd1fe7776e070a461997ee0cb2f18f40c99af..cd57657b06982749ef7b166f91728b39e238c7d3 100644 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -54,7 +54,7 @@ #define SUPPORT_JBM_TRACEFILE /* Support for JBM tracefile, which is needed for 3GPP objective/subjective testing, but not relevant for real-world implementations */ -#define WMOPS /* Activate complexity and memory counters */ +/*#define WMOPS*/ /* Activate complexity and memory counters */ #ifdef WMOPS #define WMOPS_PER_FRAME /* Output per-frame complexity (writes one float value per frame to the file "wmops_analysis") */ #define WMOPS_DETAIL /* Output detailed complexity printout for every function. Increases runtime overhead */