Home
last modified time | relevance | path

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

/external/lz4/programs/
Dbench.c68 #define TIMELOOP_MICROSEC 1*1000000ULL /* 1 second */ macro
223 U64 const maxTime = (g_nbSeconds * TIMELOOP_MICROSEC) + 100; in BMK_benchMem()
236 U64 clockLoop = g_nbSeconds ? TIMELOOP_MICROSEC : 1; in BMK_benchMem()