HomeSort by relevance Sort by last modified time
    Searched refs:graph_set_color (Results 1 - 3 of 3) sorted by null

  /external/fio/
graph.h 61 void graph_set_color(struct graph *g, graph_label_t label,
64 /* graph_set_color is used to set the color used to plot the data in
gfio.c 89 graph_set_color(g, gg->read_iops, GFIO_READ_R, GFIO_READ_G, GFIO_READ_B);
90 graph_set_color(g, gg->write_iops, GFIO_WRITE_R, GFIO_WRITE_G, GFIO_WRITE_B);
91 graph_set_color(g, gg->trim_iops, GFIO_TRIM_R, GFIO_TRIM_G, GFIO_TRIM_B);
108 graph_set_color(g, gg->read_bw, GFIO_READ_R, GFIO_READ_G, GFIO_READ_B);
109 graph_set_color(g, gg->write_bw, GFIO_WRITE_R, GFIO_WRITE_G, GFIO_WRITE_B);
110 graph_set_color(g, gg->trim_bw, GFIO_TRIM_R, GFIO_TRIM_G, GFIO_TRIM_B);
    [all...]
graph.c 867 void graph_set_color(struct graph *gr, graph_label_t label, double red, function

Completed in 69 milliseconds