Home
last modified time | relevance | path

Searched refs:g_nbSeconds (Results 1 - 1 of 1) sorted by relevance

/third_party/lz4/programs/
H A Dbench.c121 static U32 g_nbSeconds = NBSECONDS; variable
134 g_nbSeconds = nbSeconds; in BMK_setNbSeconds()
135 DISPLAYLEVEL(3, "- test >= %u seconds per compression / decompression -\n", g_nbSeconds); in BMK_setNbSeconds()
427 U64 const maxTime = (g_nbSeconds * TIMELOOP_NANOSEC) + 100; in BMK_benchMem()
583 } /* for (testNb = 1; testNb <= (g_nbSeconds + !g_nbSeconds); testNb++) */ in BMK_benchMem()
643 DISPLAY("bench %s %s: input %u bytes, %u seconds, %u KB blocks\n", LZ4_VERSION_STRING, LZ4_GIT_COMMIT_STRING, (U32)benchedSize, g_nbSeconds, (U32)(g_blockSize>>10)); in BMK_benchCLevel()

Completed in 3 milliseconds