HomeSort by relevance Sort by last modified time
    Searched refs:iops_str (Results 1 - 2 of 2) sorted by null

  /external/fio/
eta.c 557 char *iops_str[DDIR_RWDIR_CNT]; local
580 iops_str[ddir] = num2str(je->iops[ddir], 4, 1, 0, N2S_NONE);
590 iops_str[DDIR_READ], iops_str[DDIR_WRITE],
591 iops_str[DDIR_TRIM], eta_str);
597 iops_str[DDIR_READ], iops_str[DDIR_WRITE],
606 free(iops_str[ddir]);
gclient.c 368 char *iops_str[DDIR_RWDIR_CNT]; local
382 iops_str[0] = num2str(je->iops[0], 4, 1, 0, N2S_PERSEC);
383 iops_str[1] = num2str(je->iops[1], 4, 1, 0, N2S_PERSEC);
384 iops_str[2] = num2str(je->iops[2], 4, 1, 0, N2S_PERSEC);
390 gtk_entry_set_text(GTK_ENTRY(ge->eta.read_iops), iops_str[0]);
396 gtk_entry_set_text(GTK_ENTRY(ge->eta.write_iops), iops_str[1]);
402 gtk_entry_set_text(GTK_ENTRY(ge->eta.trim_iops), iops_str[2]);
404 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_str[0]);
405 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.write_iops, je->elapsed_sec, je->iops[1], iops_str[1]);
406 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_str[2])
453 char *iops_str[DDIR_RWDIR_CNT]; local
    [all...]

Completed in 117 milliseconds