Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dbenchfn.c27 #define TIMELOOP_MICROSEC SEC_TO_MICRO /* 1 second */ macro
H A Dbenchzstd.c56 #define TIMELOOP_MICROSEC (1*1000000ULL) /* 1 second */ macro
58 #define ACTIVEPERIOD_MICROSEC (70*TIMELOOP_MICROSEC) /* 70 seconds */
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A 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()