Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/programs/
H A Dbench.c356 { U64 const loopDuration = UTIL_clockSpanNano(clockStart); in BMK_benchMem() local
357 if (loopDuration > 0) { in BMK_benchMem()
358 if (loopDuration < fastestC * nbCompressionLoops) in BMK_benchMem()
359 fastestC = loopDuration / nbCompressionLoops; in BMK_benchMem()
365 totalCTime += loopDuration; in BMK_benchMem()
413 { U64 const loopDuration = UTIL_clockSpanNano(clockStart); in BMK_benchMem() local
414 if (loopDuration > 0) { in BMK_benchMem()
415 if (loopDuration < fastestD * nbDecodeLoops) in BMK_benchMem()
416 fastestD = loopDuration / nbDecodeLoops; in BMK_benchMem()
422 totalDTime += loopDuration; in BMK_benchMem()