Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dbenchfn.c220 BMK_runOutcome_t const runResult = BMK_benchFunction(p, cont->nbLoops); in BMK_benchTimedFn() local
222 if(!BMK_isSuccessful_runOutcome(runResult)) { /* error : move out */ in BMK_benchTimedFn()
223 return runResult; in BMK_benchTimedFn()
226 { BMK_runTime_t const newRunTime = BMK_extract_runTime(runResult); in BMK_benchTimedFn()