Commit 83bb1379 authored by vaillancour's avatar vaillancour
Browse files

deactivate complexity counting per default

parent 31f11e67
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -59,10 +59,9 @@

#ifndef _COUNT_H
#define _COUNT_H "$Id$"
#if 1
#define WMOPS 1                 /* enable WMOPS profiling features */
//#undef WMOPS /* disable WMOPS profiling features */
#endif

/*#define WMOPS 1*/                 /* <<<- enable or disable WMOPS profiling features here */

#define MAXCOUNTERS (512)
#define MAX_CALLERS_SAVED_FRAMES 5 /* # of Frame for which WMOPS Complexity Details will be saved, 0 = Disabled */

+3 −0
Original line number Diff line number Diff line
@@ -40,6 +40,9 @@
#ifdef DEBUGGING
#include "debug.h"
#endif

#include "stl.h"

/* clang-format off */
  /* ################### Start compiler switches ######################## */