OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_type
(Results
1 - 5
of
5
) sorted by null
/external/skia/bench/
bench_compare.py
110
old_bench.
time_type
== bench.
time_type
120
't' : '{
time_type
}\t',
129
't' : '{
time_type
}\t',
141
't' : '{
time_type
: <4} ',
150
't' : '{
time_type
: <4} ',
169
,
time_type
='time'
179
d.old.
time_type
,
185
,
time_type
=bench_diff.old.
time_type
[
all
...]
bench_util.py
43
def __init__(self, bench, config,
time_type
, time, settings,
47
self.
time_type
=
time_type
59
str(self.
time_type
),
152
bench_dic = {} # [bench][config][
time_type
] -> [list of bench values]
153
# [bench][config][
time_type
] -> tile_layout
186
for
time_type
in bench_dic[bench][config]:
189
if len(bench_dic[bench][config][
time_type
]) > 1:
191
per_tile_values = bench_dic[bench][config][
time_type
]
192
tile_layout = layout_dic[bench][config][
time_type
]
[
all
...]
bench_graph_svg.py
60
def __init__(self, bench, config,
time_type
, settings):
63
self.
time_type
=
time_type
70
str(self.
time_type
),
78
str(self.
time_type
),
85
self.
time_type
== other.
time_type
and
91
hash(self.
time_type
) ^
233
not time_of_interest == point.
time_type
):
236
time_to_ignore == point.
time_type
)
[
all
...]
gen_bench_ranges.py
140
key = '%s_%s_%s,%s-%s' % (point.bench, point.config, point.
time_type
,
tile_analyze.py
202
if point.
time_type
: # Ignores non-walltime
time_type
.
Completed in 950 milliseconds