Loading lib_com/options.h +5 −5 Original line number Diff line number Diff line Loading @@ -52,9 +52,9 @@ #endif #define WMOPS /* Activate complexity and memory counters */ /*#define WMOPS_PER_FRAME*/ /* Output complexity in WMOPS per frame to the file "res/wmops" (one float value per frame) */ /*#define WMOPS_DETAIL*/ /* Activate complexity detail printout for every function. Increases runtime overhead */ /*#define WMOPS_WC_FRAME_ANALYSIS*/ /* Output WMOPS analysis for the worst-case frame */ /*#define MEM_COUNT_DETAILS*/ /* Output detailed memory consumption report for the worst-case frame */ /*#define WMOPS_DETAIL*/ /* Output detailed complexity printout for every function. Increases runtime overhead */ /*#define WMOPS_WC_FRAME_ANALYSIS*/ /* Output detailed analysis for the worst-case frame */ #define MEM_COUNT_DETAILS /* Output detailed memory analysis for the worst-case (maximum) frame */ #ifdef DEBUGGING Loading Loading
lib_com/options.h +5 −5 Original line number Diff line number Diff line Loading @@ -52,9 +52,9 @@ #endif #define WMOPS /* Activate complexity and memory counters */ /*#define WMOPS_PER_FRAME*/ /* Output complexity in WMOPS per frame to the file "res/wmops" (one float value per frame) */ /*#define WMOPS_DETAIL*/ /* Activate complexity detail printout for every function. Increases runtime overhead */ /*#define WMOPS_WC_FRAME_ANALYSIS*/ /* Output WMOPS analysis for the worst-case frame */ /*#define MEM_COUNT_DETAILS*/ /* Output detailed memory consumption report for the worst-case frame */ /*#define WMOPS_DETAIL*/ /* Output detailed complexity printout for every function. Increases runtime overhead */ /*#define WMOPS_WC_FRAME_ANALYSIS*/ /* Output detailed analysis for the worst-case frame */ #define MEM_COUNT_DETAILS /* Output detailed memory analysis for the worst-case (maximum) frame */ #ifdef DEBUGGING Loading