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

  /external/fio/
graph.h 13 void graph_set_size(struct graph *g, unsigned int xdim, unsigned int ydim);
14 /* graph_set_size() Changes the size of a graph to the given dimensions. */
graph.c 105 void graph_set_size(struct graph *g, unsigned int xdim, unsigned int ydim) function
123 graph_set_size(g, xdim, ydim);
gclient.c 950 graph_set_size(g, width, height);
951 graph_set_size(g, width, height);
    [all...]
gfio.c 327 graph_set_size(g->iops_graph, width / 2.0, height);
329 graph_set_size(g->bandwidth_graph, width / 2.0, height);
    [all...]

Completed in 62 milliseconds