Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchfn.h52 } BMK_runOutcome_t; typedef
110 BMK_runOutcome_t BMK_benchFunction(BMK_benchParams_t params, unsigned nbLoops);
115 int BMK_isSuccessful_runOutcome(BMK_runOutcome_t outcome);
121 BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome);
129 size_t BMK_extract_errorResult(BMK_runOutcome_t outcome);
146 BMK_runOutcome_t BMK_benchTimedFn(BMK_timedFnState_t* timedFnState,
H A Dbenchfn.c64 int BMK_isSuccessful_runOutcome(BMK_runOutcome_t outcome) in BMK_isSuccessful_runOutcome()
71 BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome) in BMK_extract_runTime()
77 size_t BMK_extract_errorResult(BMK_runOutcome_t outcome) in BMK_extract_errorResult()
83 static BMK_runOutcome_t BMK_runOutcome_error(size_t errorResult) in BMK_runOutcome_error()
85 BMK_runOutcome_t b; in BMK_runOutcome_error()
92 static BMK_runOutcome_t BMK_setValid_runTime(BMK_runTime_t runTime) in BMK_setValid_runTime()
94 BMK_runOutcome_t outcome; in BMK_setValid_runTime()
108 BMK_runOutcome_t BMK_benchFunction(BMK_benchParams_t p, in BMK_benchFunction()
211 BMK_runOutcome_t BMK_benchTimedFn(BMK_timedFnState_t* cont, in BMK_benchTimedFn()
220 BMK_runOutcome_t const runResult = BMK_benchFunction(p, cont->nbLoops); in BMK_benchTimedFn()
H A Dbenchzstd.c443 BMK_runOutcome_t const cOutcome = BMK_benchTimedFn( timeStateCompress, cbp); in BMK_benchMemAdvancedNoAlloc()
470 BMK_runOutcome_t const dOutcome = BMK_benchTimedFn(timeStateDecompress, dbp); in BMK_benchMemAdvancedNoAlloc()