Searched refs:loopDuration (Results 1 – 1 of 1) sorted by relevance
356 { U64 const loopDuration = UTIL_clockSpanNano(clockStart); in BMK_benchMem() local357 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() local414 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()