Home
last modified time | relevance | path

Searched refs:plotgraph (Results 1 – 5 of 5) sorted by relevance

/external/autotest/tko/
Dmachine_test_attribute_graph.cgi10 from autotest_lib.tko import db, display, frontend, plotgraph
33 graph = plotgraph.gnuplot(title, 'Kernel', key, xsort = sort_kernels)
Ddraw_graphs8 $plotgraph = "$bin/plotgraph";
78 print `$plotgraph $filename '$axis_labels{$test}' '$plot_cols{$test}'`;
Dplotgraph11 plotgraph($file, $y_label, $columns, $title);
16 sub plotgraph { subroutine
Dnightly.py6 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)
Dmachine_aggr.cgi10 from autotest_lib.tko import db, display, frontend, plotgraph
59 …graph = plotgraph.gnuplot(title, 'Kernel', 'normalized throughput (%)', xsort = sort_kernels, size…