Home
last modified time | relevance | path

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

/third_party/lz4/programs/
H A Dbench.c68 #define TIMELOOP_NANOSEC 1*1000000000ULL /* 1 second */ macro
427 U64 const maxTime = (g_nbSeconds * TIMELOOP_NANOSEC) + 100; in BMK_benchMem()
474 nbCompressionLoops = (U32)(TIMELOOP_NANOSEC / fastestC) + 1; /* aim for ~1sec */ in BMK_benchMem()
535 nbDecodeLoops = (U32)(TIMELOOP_NANOSEC / fastestD) + 1; /* aim for ~1sec */ in BMK_benchMem()

Completed in 3 milliseconds