HomeSort by relevance Sort by last modified time
    Searched full:bench_util (Results 1 - 3 of 3) sorted by null

  /external/skia/bench/
bench_compare.py 9 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)
gen_skp_ranges.py 24 import bench_util namespace
110 for point in bench_util.parse('', contents.getvalue().split('\n'),
bench_graph_svg.py 10 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.CreateRevisionLink(newest_revision)
    [all...]

Completed in 2614 milliseconds