OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iops_graph
(Results
1 - 3
of
3
) sorted by null
/external/fio/
gfio.h
43
struct graph *
iops_graph
;
member in struct:gfio_graphs
gfio.c
95
gg->
iops_graph
= g;
327
graph_set_size(g->
iops_graph
, width / 2.0, height);
328
graph_set_position(g->
iops_graph
, width / 2.0, 0.0);
347
if (graph_contains_xy(g->
iops_graph
, x, y))
348
text = graph_find_tooltip(g->
iops_graph
, x, y);
367
if (graph_has_tooltips(g->
iops_graph
) ||
374
draw_graph(g->
iops_graph
, cr);
659
graph_clear_values(g->
iops_graph
);
1087
line_graph_set_data_count_limit(g->
iops_graph
, gfio_graph_limit);
1088
graph_set_font(g->
iops_graph
, gfio_graph_font)
[
all
...]
gclient.c
418
graph_add_xy_data(ge->graphs.
iops_graph
, ge->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_str[0]);
419
graph_add_xy_data(ge->graphs.
iops_graph
, ge->graphs.write_iops, je->elapsed_sec, je->iops[1], iops_str[1]);
420
graph_add_xy_data(ge->graphs.
iops_graph
, ge->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_str[2]);
512
graph_add_xy_data(ui->graphs.
iops_graph
, ui->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_str[0]);
513
graph_add_xy_data(ui->graphs.
iops_graph
, ui->graphs.write_iops, je->elapsed_sec, je->iops[1], iops_str[1]);
514
graph_add_xy_data(ui->graphs.
iops_graph
, ui->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_str[2]);
[
all
...]
Completed in 1164 milliseconds