Searched refs:plotgraph (Results 1 – 5 of 5) sorted by relevance
/external/autotest/tko/ |
D | machine_test_attribute_graph.cgi | 10 from autotest_lib.tko import db, display, frontend, plotgraph 33 graph = plotgraph.gnuplot(title, 'Kernel', key, xsort = sort_kernels)
|
D | draw_graphs | 8 $plotgraph = "$bin/plotgraph"; 78 print `$plotgraph $filename '$axis_labels{$test}' '$plot_cols{$test}'`;
|
D | plotgraph | 11 plotgraph($file, $y_label, $columns, $title); 16 sub plotgraph { subroutine
|
D | nightly.py | 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)
|
D | machine_aggr.cgi | 10 from autotest_lib.tko import db, display, frontend, plotgraph 59 …graph = plotgraph.gnuplot(title, 'Kernel', 'normalized throughput (%)', xsort = sort_kernels, size…
|