Searched refs:iterations (Results 1 - 6 of 6) sorted by relevance

/system/extras/tests/sdcard/
H A Dprofile_sdcard.sh40 adb shell sdcard_perf_test --test=write --procnb=${p} --size=1000 --chunk-size=100 --iterations=50 >/tmp/tmp-sdcard.txt
H A Dplot_sdcard.py93 self.iterations = 0
106 self.iterations = int(re.search('# Iterations: ([0-9]+)', line).group(1))
190 readers will go thru 100 iterations much faster than the
192 iterations of the writers will likely be done w/o any influence from
203 gp.xlabel('iterations')
210 dataset.RescaleTo(metadata.iterations)
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp64 unsigned int iterations; member in struct:options
140 case 'n': // iterations
141 options.iterations = strtoul(optarg, &chptr, 10);
143 cerr << "Invalid iterations specified of: " << optarg << endl;
146 if (options.iterations < 1) {
167 cerr << " -n num - iterations" << endl;
188 cout << "iterations: " << options.iterations << endl;
259 for (unsigned int iter = 0; iter < options.iterations; iter++) {
302 << " avg: " << (total / options.iterations)
[all...]
/system/core/toolbox/
H A Dvmstat.c74 int iterations, delay, header_interval; local
78 iterations = 0;
88 iterations = atoi(argv[++i]);
122 while ((iterations == 0) || (iterations-- > 0)) {
240 fprintf(stderr, "Usage: %s [ -h ] [ -n iterations ] [ -d delay ] [ -r header_repeat ]\n"
241 " -n iterations How many rows of data to print.\n"
H A Dtop.c87 static int max_procs, delay, iterations, threads; variable
117 iterations = -1;
135 iterations = atoi(argv[++i]);
182 while ((iterations == -1) || (iterations-- > 0)) {
566 fprintf(stderr, "Usage: %s [ -m max_procs ] [ -n iterations ] [ -d delay ] [ -s sort_column ] [ -t ] [ -h ]\n"
/system/extras/latencytop/
H A Dlatencytop.c70 int delay, iterations; local
76 iterations = 0;
93 iterations = atoi(argv[++i]);
140 while ((iterations == 0) || (count++ < iterations)) {
420 fprintf(stderr, "Usage: %s [ -d delay ] [ -n iterations ] [ -p pid [ -t tid ] ] [ -h ]\n"
422 " -n iterations Number of updates to show (0 = infinite).\n"

Completed in 380 milliseconds