Lines Matching refs:plotgraph
6 from autotest_lib.tko import db, plotgraph, perf
118 baseline[platform], std = plotgraph.avg_dev(vals)
173 ref_avg, ref_std = plotgraph.avg_dev(scores[ref][platform])
174 avg, std = plotgraph.avg_dev(scores[ k ][platform])
235 (avg, std_dev) = plotgraph.avg_dev(vals)
286 (avg, dev) = plotgraph.avg_dev(scores[kernel][attr])
320 (avg, std_dev) = plotgraph.avg_dev(vals)
399 graph = plotgraph.gnuplot(title, xlegend, ylegend, size=size,
415 graph = plotgraph.gnuplot(title, xlegend, ylegend, size=size)
627 baselines[benchmark], stddev = plotgraph.avg_dev(vals)