Home
last modified time | relevance | path

Searched refs:write_iops (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dgfio.h32 GtkWidget *write_iops; member
45 graph_label_t write_iops; member
Dgfio.c87 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()
1400 …ge->eta.write_iops = new_info_entry_in_frame_rgb(probe_box, "Write IOPS", GFIO_WRITE_R, GFIO_WRITE… in new_client_page()
1488 …ui->eta.write_iops = new_info_entry_in_frame_rgb(probe_box, "IOPS", GFIO_WRITE_R, GFIO_WRITE_G, GF… in new_main_page()
Dgclient.c396 gtk_entry_set_text(GTK_ENTRY(ge->eta.write_iops), iops_str[1]); in gfio_update_client_eta()
405 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.write_iops, je->elapsed_sec, je->iops[1], iops… in gfio_update_client_eta()
480 gtk_entry_set_text(GTK_ENTRY(ui->eta.write_iops), iops_str[1]); in gfio_update_all_eta()
489 …graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.write_iops, je->elapsed_sec, je->iops[1], iops… in gfio_update_all_eta()