Commit bef2d70c authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch '3gpp_issue_1511_WMOPS_revert' into 'main'

Disable WMOPS macro in options.h - Fix for MR !1572

See merge request !1746
parents 05c1b5d5 a7617c8f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */