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

  /external/fio/
graph.h 55 int graph_add_data(struct graph *g, graph_label_t label, const double value);
56 /* graph_add_data() is used to add data to the labels of a bar graph */
gclient.c 918 graph_add_data(g, l, lat[i]);
1112 graph_add_data(g, l, (double) ovals[i]);
    [all...]
graph.c 788 int graph_add_data(struct graph *bg, graph_label_t label, const double value) function

Completed in 672 milliseconds