OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bench_util
(Results
1 - 4
of
4
) sorted by null
/external/skia/bench/
bench_compare.py
9
import
bench_util
97
old_benches =
bench_util
.parse({}, open(old, 'r'), stat_type)
98
new_benches =
bench_util
.parse({}, open(new, 'r'), stat_type)
gen_bench_expectations.py
9
import
bench_util
150
help='bench representation algorithm to use, see
bench_util
.py.')
174
data_points =
bench_util
.parse_skp_bench_data(
197
extra_data.append((idx,
bench_util
.parse_skp_bench_data(
tile_analyze.py
11
import
bench_util
56
# Bench representation algorithm. See trunk/bench/
bench_util
.py.
57
REPRESENTATION_ALG =
bench_util
.ALGORITHM_25TH_PERCENTILE
200
for point in
bench_util
.parse('', file_dic[f].split('\n'),
check_bench_regressions.py
6
import
bench_util
38
print ' Defaults to "25th". See
bench_util
.py for details.'
235
data_points =
bench_util
.parse_skp_bench_data(directory, rev, rep)
Completed in 117 milliseconds