Searched refs:write_iops (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | gfio.h | 32 GtkWidget *write_iops; member 45 graph_label_t write_iops; member
|
D | gfio.c | 87 gg->write_iops = graph_add_label(g, "Write IOPS"); in setup_iops_graph() 90 graph_set_color(g, gg->write_iops, GFIO_WRITE_R, GFIO_WRITE_G, GFIO_WRITE_B); in setup_iops_graph() 143 gtk_entry_set_text(GTK_ENTRY(ge->eta.write_iops), ""); in clear_ge_ui_info() 1398 …ge->eta.write_iops = new_info_entry_in_frame_rgb(probe_box, "IOPS", GFIO_WRITE_R, GFIO_WRITE_G, GF… in new_client_page() 1486 …ui->eta.write_iops = new_info_entry_in_frame_rgb(probe_box, "IOPS", GFIO_WRITE_R, GFIO_WRITE_G, GF… in new_main_page()
|
D | gclient.c | 414 gtk_entry_set_text(GTK_ENTRY(ge->eta.write_iops), iops_str[1]); 419 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.write_iops, je->elapsed_sec, je->iops[1], iops… 508 gtk_entry_set_text(GTK_ENTRY(ui->eta.write_iops), iops_str[1]); 513 …graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.write_iops, je->elapsed_sec, je->iops[1], iops…
|