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

/external/fio/
H A Dgfio.h36 GtkWidget *trim_iops; member in struct:eta_widget
46 graph_label_t trim_iops; member in struct:gfio_graphs
H A Dgclient.c416 gtk_entry_set_text(GTK_ENTRY(ge->eta.trim_iops), iops_str[2]);
420 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_str[2]);
510 gtk_entry_set_text(GTK_ENTRY(ui->eta.trim_iops), iops_str[2]);
514 graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_str[2]);
H A Dgfio.c88 gg->trim_iops = graph_add_label(g, "Trim IOPS");
91 graph_set_color(g, gg->trim_iops, GFIO_TRIM_R, GFIO_TRIM_G, GFIO_TRIM_B);
1400 ge->eta.trim_iops = new_info_entry_in_frame_rgb(probe_box, "IOPS", GFIO_TRIM_R, GFIO_TRIM_G, GFIO_TRIM_B);
1488 ui->eta.trim_iops = new_info_entry_in_frame_rgb(probe_box, "IOPS", GFIO_TRIM_R, GFIO_TRIM_G, GFIO_TRIM_B);

Completed in 38 milliseconds