Searched refs:shouldDisplay (Results 1 – 1 of 1) sorted by relevance
264 int const shouldDisplay = (fCtx->nbFilesProcessed >= 1 && fCtx->nbFilesTotal > 1); in FIO_shouldDisplayMultipleFileSummary() local265 assert(shouldDisplay || FIO_shouldDisplayFileSummary(fCtx) || fCtx->nbFilesProcessed == 0); in FIO_shouldDisplayMultipleFileSummary()266 return shouldDisplay; in FIO_shouldDisplayMultipleFileSummary()