Home
last modified time | relevance | path

Searched refs:lottie_filename (Results 1 – 2 of 2) sorted by relevance

/external/skia/infra/bots/recipes/
Dperf_skottietrace.py47 lottie_filename = api.path.basename(lottie_file)
48 if not lottie_filename.endswith('.json'):
64 lottie_filename, 'Android' in api.properties['buildername']),
77 perf_results[lottie_filename] = {
78 'gles': parse_trace(trace_file_content, lottie_filename, api),
130 def get_trace_match(lottie_filename, is_android): argument
132 trace_match = '^%s$' % lottie_filename
145 def parse_trace(trace_json, lottie_filename, api): argument
161 'parse %s trace' % lottie_filename,
211 args=[trace_json, lottie_filename, api.json.output()])
Dperf_skottiewasm_lottieweb.py141 lottie_filename = api.path.basename(lottie_file)
142 if not lottie_filename.endswith('.json'):
144 output_file = output_dir.join(lottie_filename)
155 perf_results[lottie_filename] = {
156 'gl': parse_trace(output_file, lottie_filename, api, renderer),
207 def parse_trace(trace_json, lottie_filename, api, renderer): argument
220 'parse %s trace' % lottie_filename,