Searched refs:nanoSecPerRun (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dbenchfn.c142 rt.nanoSecPerRun = (double)totalTime / nbLoops;
192 timedFnState->fastestRun.nanoSecPerRun = (double)TIMELOOP_NANOSEC * 2000000000; /* hopefully large enough : must be larger than any potential measurement */
227 double const loopDuration_ns = newRunTime.nanoSecPerRun * cont->nbLoops;
233 double const fastestRun_ns = MIN(bestRunTime.nanoSecPerRun, newRunTime.nanoSecPerRun);
247 if(newRunTime.nanoSecPerRun < bestRunTime.nanoSecPerRun) {
H A Dbenchfn.h14 * providing result in nanoSecPerRun
34 double nanoSecPerRun; /* time per iteration (over all blocks) */ member in struct:__anon11153
101 * .nanoSecPerRun : time per run of benchFn + (time for initFn / nbLoops)
H A Dbenchzstd.c453 newResult.cSpeed = (U64)((double)srcSize * TIMELOOP_NANOSEC / cResult.nanoSecPerRun);
477 U64 const newDSpeed = (U64)((double)srcSize * TIMELOOP_NANOSEC / dResult.nanoSecPerRun);

Completed in 57 milliseconds