Merge branch '897-no-complexity-numbers-for-ivas-internal-evs-implementation-shown-in-automated-complexity' into 'main'
[CI] Resolve "No complexity numbers for IVAS-internal EVS implementation shown in automated complexity measurements"
Closes #897
See merge request !606
#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 */
/*#define WMOPS_WC_FRAME_ANALYSIS*//* Output detailed complexity analysis for the worst-case frame */
/*#define MEM_COUNT_DETAILS*//* Output detailed memory analysis for the worst-case frame (writes to the file "mem_analysis.csv") */