/external/autotest/tko/ |
machine_test_attribute_graph.cgi | 10 from autotest_lib.tko import db, display, frontend, plotgraph namespace 33 graph = plotgraph.gnuplot(title, 'Kernel', key, xsort = sort_kernels)
|
draw_graphs | 8 $plotgraph = "$bin/plotgraph"; 78 print `$plotgraph $filename '$axis_labels{$test}' '$plot_cols{$test}'`;
|
plotgraph | 10 # print " ++++++ plotgraph $file\n"; 11 plotgraph($file, $y_label, $columns, $title); 12 # print " ++++++ plotgraph\n"; 16 sub plotgraph { subroutine
|
machine_aggr.cgi | 10 from autotest_lib.tko import db, display, frontend, plotgraph namespace 59 graph = plotgraph.gnuplot(title, 'Kernel', 'normalized throughput (%)', xsort = sort_kernels, size = "600,500")
|
nightly.py | 6 from autotest_lib.tko import db, plotgraph, perf namespace 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 [all...] |