Home
last modified time | relevance | path

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

/external/zstd/programs/
Dbenchfn.c27 #define TIMELOOP_MICROSEC SEC_TO_MICRO /* 1 second */ macro
Dbenchzstd.c51 #define TIMELOOP_MICROSEC (1*1000000ULL) /* 1 second */ macro
53 #define ACTIVEPERIOD_MICROSEC (70*TIMELOOP_MICROSEC) /* 70 seconds */
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c58 #define TIMELOOP_MICROSEC 1*1000000ULL /* 1 second */ macro
203 U64 const maxTime = (g_nbIterations * TIMELOOP_MICROSEC) + 100; in BMK_benchMem()
216 U64 clockLoop = g_nbIterations ? TIMELOOP_MICROSEC : 1; in BMK_benchMem()
/external/lz4/programs/
Dbench.c72 #define TIMELOOP_MICROSEC 1*1000000ULL /* 1 second */ macro