Lines Matching defs:DEBUGOUTPUT
57 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); }
83 #define CHECKTIME(r) { if(BMK_timeSpan_s(g_time) > g_timeLimit_s) { DEBUGOUTPUT("Time Limit Reached\n"); return r; } }
84 #define CHECKTIMEGT(ret, val, _gototag) { if(BMK_timeSpan_s(g_time) > g_timeLimit_s) { DEBUGOUTPUT("Time Limit Reached\n"); ret = val; goto _gototag; } }
542 DEBUGOUTPUT("Granularity: %llu\n", (unsigned long long)g_clockGranularity);
1711 DEBUGOUTPUT("Benchmarking failed \n");
1717 DEBUGOUTPUT("WinnerScore: %f \n ", winnerRS);
2190 DEBUGOUTPUT("Climb Part 1\n");
2196 DEBUGOUTPUT("Start\n");
2212 DEBUGOUTPUT("Res: %d\n", res);
2240 DEBUGOUTPUT("Res: %d\n", res);
2261 DEBUGOUTPUT("Climb Part 2\n");
2295 DEBUGOUTPUT("Restart\n");
2474 DEBUGOUTPUT("Strategy Selection\n");
2498 DEBUGOUTPUT("Real Opt\n");
2515 DEBUGOUTPUT("StrategySwitch: %s\n", g_stratName[st]);
2721 DEBUGOUTPUT("%d: %s\n", i, argument);