Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/programs/
H A Dfileio.c264 int const shouldDisplay = (fCtx->nbFilesProcessed >= 1 && fCtx->nbFilesTotal > 1); in FIO_shouldDisplayMultipleFileSummary() local
265 assert(shouldDisplay || FIO_shouldDisplayFileSummary(fCtx) || fCtx->nbFilesProcessed == 0); in FIO_shouldDisplayMultipleFileSummary()
266 return shouldDisplay; in FIO_shouldDisplayMultipleFileSummary()