Commit bee6d5a3 authored by malenov's avatar malenov
Browse files

update of comments

parent cbb76218
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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