OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write_iops
(Results
1 - 3
of
3
) sorted by null
/external/fio/
gfio.h
32
GtkWidget *
write_iops
;
member in struct:eta_widget
45
graph_label_t
write_iops
;
member in struct:gfio_graphs
gfio.c
87
gg->
write_iops
= graph_add_label(g, "Write IOPS");
90
graph_set_color(g, gg->
write_iops
, GFIO_WRITE_R, GFIO_WRITE_G, GFIO_WRITE_B);
143
gtk_entry_set_text(GTK_ENTRY(ge->eta.
write_iops
), "");
[
all
...]
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_str[1]);
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_str[1]);
[
all
...]
Completed in 966 milliseconds