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

  /external/fio/
graph.h 15 void graph_set_position(struct graph *g, double xoffset, double yoffset);
16 /* graph_set_position() sets the x- and y-offset to translate the graph */
gfio.c 328 graph_set_position(g->iops_graph, width / 2.0, 0.0);
330 graph_set_position(g->bandwidth_graph, 0, 0);
    [all...]
graph.c 111 void graph_set_position(struct graph *g, double xoffset, double yoffset) function
gclient.c 952 graph_set_position(g, 0, 0);
    [all...]

Completed in 97 milliseconds