Searched refs:repetitions (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_bw_unix.c96 int repetitions; member in struct:__anon1359
191 state->repetitions = lm_optB;
192 debug("benchmark_initworker: repetitions = %i\n",state->repetitions);
252 debug("in to benchmark - optB = %i : repetitions = %i\n", lm_optB, state->repetitions);
264 debug("out of benchmark - optB = %i : repetitions = %i\n", lm_optB, state->repetitions);
289 ts->repetitions++;
290 ts->repetitions
[all...]
H A Dlmbench_bw_mem.c137 int repetitions; member in struct:__anon1357
511 " [-n <repetitions>]\n"
592 ts->repetitions = optn;
634 rd( ts->repetitions, tsd );
636 wr( ts->repetitions, tsd );
638 rdwr( ts->repetitions, tsd );
640 mcp( ts->repetitions, tsd );
642 frd( ts->repetitions, tsd );
644 fwr( ts->repetitions, tsd );
646 fcp( ts->repetitions, ts
[all...]

Completed in 68 milliseconds