HomeSort by: relevance | last modified time | path
    Searched defs:nbLoops (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
benchfn.c 101 /* initFn will be measured once, benchFn will be measured `nbLoops` times */
109 unsigned nbLoops)
111 nbLoops += !nbLoops; /* minimum nbLoops is 1 */
124 for (loopNb = 0; loopNb < nbLoops; loopNb++) {
138 } /* for (loopNb = 0; loopNb < nbLoops; loopNb++) */
142 rt.nanoSecPerRun = (double)totalTime / nbLoops;
156 unsigned nbLoops;
194 timedFnState->nbLoops = 1
    [all...]
  /src/external/bsd/zstd/dist/zlibWrapper/examples/
zwrapbench.c 57 #define NBLOOPS 3
108 static unsigned g_nbIterations = NBLOOPS;
116 static void BMK_SetNbIterations(unsigned nbLoops)
118 g_nbIterations = nbLoops;
234 U32 nbLoops = 0;
258 nbLoops++;
302 nbLoops++;
343 nbLoops++;
376 nbLoops++;
380 if (clockSpan < fastestC*nbLoops) fastestC = clockSpan / nbLoops
    [all...]

Completed in 15 milliseconds