Searched refs:g_nbIterations (Results 1 – 4 of 4) sorted by relevance
99 static int g_nbIterations = NBLOOPS; variable115 g_nbIterations = nbLoops; in BMK_setNbIterations()116 DISPLAY("- %i iterations -\n", g_nbIterations); in BMK_setNbIterations()575 for (loopNb = 1; loopNb <= g_nbIterations; loopNb++) { in fullSpeedBench()686 for (loopNb = 1; loopNb <= g_nbIterations; loopNb++) { in fullSpeedBench()
115 static XSUM_U32 g_nbIterations = NBLOOPS; variable293 unsigned iterationNb, nbIterations = g_nbIterations + !g_nbIterations /* min 1 */; in XSUM_benchHash()350 if (g_nbIterations>0) { in XSUM_benchHash()1275 … Number of times to run the benchmark (default: %u) \n", (unsigned)g_nbIterations); in XSUM_usage_advanced()1461 g_nbIterations = XSUM_readU32FromChar(&argument); in XSUM_main()
108 static unsigned g_nbIterations = NBLOOPS; variable118 g_nbIterations = nbLoops; in BMK_SetNbIterations()119 DISPLAYLEVEL(3, "- test >= %u seconds per compression / decompression -\n", g_nbIterations); in BMK_SetNbIterations()203 U64 const maxTime = (g_nbIterations * TIMELOOP_MICROSEC) + 100; in BMK_benchMem()216 U64 clockLoop = g_nbIterations ? TIMELOOP_MICROSEC : 1; in BMK_benchMem()615 (unsigned)benchedSize, g_nbIterations, (unsigned)(g_blockSize>>10)); in BMK_benchCLevel()
70 static unsigned g_nbIterations = NBLOOPS; variable619 { BMK_timedFnState_t* const tfs = BMK_createTimedFnState(g_nbIterations * 1000, 1000); in benchMem()917 g_nbIterations = readU32FromChar(&argument); in main()