Home
last modified time | relevance | path

Searched refs:g_nbIterations (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c108 static unsigned g_nbIterations = NBLOOPS; variable
118 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()
600 (unsigned)benchedSize, g_nbIterations, (unsigned)(g_blockSize>>10)); in BMK_benchCLevel()