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

/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dbenchfn.h71 BMK_initFn_t initFn; /* (*initFn)(initPayload) is run once per run, at the beginning. */ member in struct:__anon11155
90 * This function benchmarks benchFn and initFn, providing a result.
101 * .nanoSecPerRun : time per run of benchFn + (time for initFn / nbLoops)
H A Dbenchfn.c101 /* initFn will be measured once, benchFn will be measured `nbLoops` times */
102 /* initFn is optional, provide NULL if none */
123 if (p.initFn != NULL) p.initFn(p.initPayload);
H A Dbenchzstd.c405 cbp.initFn = local_initCCtx; /* BMK_initCCtx */
424 dbp.initFn = local_initDCtx;

Completed in 168 milliseconds