HomeSort by relevance Sort by last modified time
    Searched defs:iops (Results 1 - 7 of 7) sorted by null

  /system/extras/tests/ext4/
rand_emmc_perf.c 107 printf("standard deviation of iops is %.2f\n", sdev);
150 int iops = 0; local
168 iops++;
180 printf("%d %dbyte iops/sec\n", iops * 1000 / msecs, TST_BLK_SIZE);
  /external/fio/
stat.h 138 struct io_stat iops_stat[DDIR_RWDIR_CNT]; /* IOPS stats */
204 uint32_t iops[DDIR_RWDIR_CNT]; member in struct:jobs_eta
backend.c 148 unsigned long iops = 0; local
166 iops += td->this_io_blocks[ddir];
204 * checks iops specified rate
206 if (iops < rate_iops) {
207 log_err("%s: min iops rate %u not met\n",
212 rate = ((iops - td->rate_blocks[ddir]) * 1000) / spent;
217 iops < td->rate_blocks[ddir]) {
218 log_err("%s: min iops rate %u not met,"
227 td->rate_blocks[ddir] = iops;
    [all...]
gclient.c 382 p += sprintf(p, ", CR=%d/%d IOPS", je->t_iops, je->m_iops);
407 iops_str[0] = num2str(je->iops[0], 4, 1, 0, 0);
408 iops_str[1] = num2str(je->iops[1], 4, 1, 0, 0);
409 iops_str[2] = num2str(je->iops[2], 4, 1, 0, 0);
418 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_str[0]);
419 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.write_iops, je->elapsed_sec, je->iops[1], iops_str[1]);
420 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_str[2]);
475 p += sprintf(p, ", CR=%d/%d IOPS", je->t_iops, je->m_iops);
501 iops_str[0] = num2str(je->iops[0], 4, 1, 0, 0);
502 iops_str[1] = num2str(je->iops[1], 4, 1, 0, 0)
1182 unsigned long long bw, iops; local
    [all...]
stat.c 368 unsigned long long bw, iops; local
385 iops = (1000 * (uint64_t)ts->total_io_u[ddir]) / runt;
386 iops_p = num2str(iops, 6, 1, 0, 0);
388 log_info(" %s: io=%s, bw=%s/s, iops=%s, runt=%6llumsec\n",
605 unsigned long long bw, iops; local
613 iops = bw = 0;
618 iops = (1000 * (uint64_t) ts->total_io_u[ddir]) / runt;
622 (unsigned long long) ts->io_bytes[ddir] >> 10, bw, iops,
679 double mean, dev, iops; local
697 iops = 0.0
1858 unsigned long spent, iops; local
    [all...]
  /external/mksh/src/
syn.c 263 struct ioword *iop, **iops; local
269 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
277 afree(iops, ATEMP);
298 iops[iopn++] = iop;
491 iops[iopn++] = iop;
495 afree(iops, ATEMP);
498 iops[iopn++] = NULL;
499 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP);
500 t->ioact = iops;
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 11814 const IROp iops[3] = { Iop_Reverse8sIn64_x2, local
13544 const IROp iops[8] local
    [all...]

Completed in 266 milliseconds