Commit b6a626ae authored by malenov's avatar malenov
Browse files

disable WMOPS by default in options.h

parent 301047b3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
#ifndef RELEASE
#define DEBUGGING                               /* Activate debugging part of the code */
#endif
#define WMOPS                               /* Activate complexity and memory counters */
/*#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*/                        /* Output detailed complexity printout for every function. Increases runtime overhead */
/*#define WMOPS_WC_FRAME_ANALYSIS*/             /* Output detailed complexity analysis for the worst-case frame */