Home
last modified time | relevance | path

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

/external/lz4/programs/
Dbench.c122 static U32 g_nbSeconds = NBSECONDS; variable
133 g_nbSeconds = nbSeconds; in BMK_setNbSeconds()
134 DISPLAYLEVEL(3, "- test >= %u seconds per compression / decompression -\n", g_nbSeconds); in BMK_setNbSeconds()
226 U64 const maxTime = (g_nbSeconds * TIMELOOP_NANOSEC) + 100; in BMK_benchMem()
411 …locks\n", LZ4_VERSION_STRING, LZ4_GIT_COMMIT_STRING, (U32)benchedSize, g_nbSeconds, (U32)(g_blockS… in BMK_benchCLevel()