Home
last modified time | relevance | path

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

/external/zstd/tests/
Dparamgrill.c1706 BMK_benchResult_t benchres; in allBench() local
1715 benchres = BMK_extract_benchResult(outcome); in allBench()
1720 *resultPtr = benchres; in allBench()
1723 if(feas && benchres.cSize < winnerResult->cSize && !g_optmode) { in allBench()
1728 if (benchres.cSpeed) { in allBench()
1729 U64 const loopDurationC = (((U64)buf.srcSize * TIMELOOP_NANOSEC) / benchres.cSpeed); in allBench()
1733 if (benchres.dSpeed) { in allBench()
1734 U64 const loopDurationD = (((U64)buf.srcSize * TIMELOOP_NANOSEC) / benchres.dSpeed); in allBench()
1739 { BMK_benchResult_t resultMax = benchres; in allBench()
1753 …if((!feas && (resultScore(benchres, buf.srcSize, target) > resultScore(*winnerResult, buf.srcSize,… in allBench()
[all …]