Lines Matching refs:DISPLAYLEVEL
73 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
94 DISPLAYLEVEL(1, "Error %i : ", error); \
95 DISPLAYLEVEL(1, __VA_ARGS__); \
96 DISPLAYLEVEL(1, " \n"); \
115 DISPLAYLEVEL(3, "- test >= %u seconds per compression / decompression - \n", g_nbSeconds); in BMK_setNbSeconds()
122 if (g_blockSize) DISPLAYLEVEL(2, "using blocks of size %u KB \n", (U32)(blockSize>>10)); in BMK_setBlockSize()
130 if (nbWorkers > 0) DISPLAYLEVEL(2, "Note : multi-threading is disabled \n"); in BMK_setNbWorkers()
284 DISPLAYLEVEL(2, "\r%79s\r", ""); in BMK_benchMem()
289 DISPLAYLEVEL(2, "\rcooling down ... \r"); in BMK_benchMem()
296 … DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->\r", marks[markNb], displayName, (U32)srcSize); in BMK_benchMem()
376 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->%10u (%5.*f),%6.*f MB/s\r", in BMK_benchMem()
431 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->%10u (%5.*f),%6.*f MB/s ,%6.1f MB/s \r", in BMK_benchMem()
486 DISPLAYLEVEL(2, "%2i#\n", cLevel); in BMK_benchMem()
530 DISPLAYLEVEL(2, "Note : switching to real-time priority \n"); in BMK_benchCLevel()
560 DISPLAYLEVEL(2, "Ignoring %s directory... \n", fileNamesTable[n]); in BMK_loadFiles()
565 DISPLAYLEVEL(2, "Cannot evaluate size of %s, ignoring ... \n", fileNamesTable[n]); in BMK_loadFiles()
684 DISPLAYLEVEL(2, "Benchmarking levels from %d to %d\n", cLevel, cLevelLast); in BMK_benchFiles()