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

  /external/autotest/tko/
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)
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
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
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...]

Completed in 712 milliseconds