Home
last modified time | relevance | path

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

/external/fio/
Dgfio.h36 GtkWidget *trim_iops; member
46 graph_label_t trim_iops; member
Dgclient.c402 gtk_entry_set_text(GTK_ENTRY(ge->eta.trim_iops), iops_str[2]); in gfio_update_client_eta()
406 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_… in gfio_update_client_eta()
486 gtk_entry_set_text(GTK_ENTRY(ui->eta.trim_iops), iops_str[2]); in gfio_update_all_eta()
490 …graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_… in gfio_update_all_eta()
Dgfio.c88 gg->trim_iops = graph_add_label(g, "Trim IOPS"); in setup_iops_graph()
91 graph_set_color(g, gg->trim_iops, GFIO_TRIM_R, GFIO_TRIM_G, GFIO_TRIM_B); in setup_iops_graph()
1402 …ge->eta.trim_iops = new_info_entry_in_frame_rgb(probe_box, "Trim IOPS", GFIO_TRIM_R, GFIO_TRIM_G, … in new_client_page()
1490 …ui->eta.trim_iops = new_info_entry_in_frame_rgb(probe_box, "IOPS", GFIO_TRIM_R, GFIO_TRIM_G, GFIO_… in new_main_page()