Searched refs:bench_util (Results 1 - 3 of 3) sorted by relevance

/external/skia/bench/
H A Dgen_skp_ranges.py24 import bench_util namespace
110 for point in bench_util.parse('', contents.getvalue().split('\n'),
H A Dbench_compare.py9 import bench_util namespace
97 old_benches = bench_util.parse({}, open(old, 'r'), stat_type)
98 new_benches = bench_util.parse({}, open(new, 'r'), stat_type)
H A Dbench_graph_svg.py10 import bench_util namespace
38 print ' See _ListAlgorithm class in bench_util.py.'
126 bench_util.parse(default_settings, file_handle, rep))
238 min_x = bench_util.Max
239 min_y = bench_util.Max
240 max_x = bench_util.Min
241 max_y = bench_util.Min
264 regression = bench_util.LinearRegression(regression_line)
678 bench_util.CreateRevisionLink(oldest_revision),
679 bench_util
[all...]

Completed in 390 milliseconds