OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:representation_alg
(Results
1 - 2
of
2
) sorted by null
/external/skia/bench/
gen_bench_ranges.py
93
def OutputBenchExpectations(bench_type, rev_min, rev_max,
representation_alg
):
100
Uses the provided
representation_alg
for calculating bench representations.
136
representation_alg
):
141
platform,
representation_alg
)
tile_analyze.py
57
REPRESENTATION_ALG
= bench_util.ALGORITHM_25TH_PERCENTILE
183
def OutputTileAnalysis(rev,
representation_alg
, bench_dir, platform):
189
Uses the provided
representation_alg
for calculating bench representations.
201
representation_alg
):
265
dest='alg', default=
REPRESENTATION_ALG
,
267
'Default to "%s".' %
REPRESENTATION_ALG
))
Completed in 159 milliseconds