Loading lib_com/count.h +3 −4 Original line number Diff line number Diff line Loading @@ -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 */ Loading lib_com/options.h +3 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,9 @@ #ifdef DEBUGGING #include "debug.h" #endif #include "stl.h" /* clang-format off */ /* ################### Start compiler switches ######################## */ Loading Loading
lib_com/count.h +3 −4 Original line number Diff line number Diff line Loading @@ -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 */ Loading
lib_com/options.h +3 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,9 @@ #ifdef DEBUGGING #include "debug.h" #endif #include "stl.h" /* clang-format off */ /* ################### Start compiler switches ######################## */ Loading