Lines Matching refs:trace
5 # Recipe which runs DM with trace flag on lottie files and then parses the
6 # trace output into output JSON files to ingest to perf.skia.org.
47 # Run DM on each lottie file and parse the trace files.
64 '--trace', trace_output_path,
144 """parse_trace parses the specified trace JSON.
146 Parses the trace JSON and calculates the time of a single frame. Frame time is
159 'parse %s trace' % lottie_filename,
176 for trace in trace_json:
177 if '%s' in trace['name']:
182 current_frame_duration = trace['dur']
183 elif '%s' in trace['name']:
188 current_frame_duration += trace['dur']
276 api.step_data('parse lottie(test)\'!2.json trace',
278 api.step_data('parse lottie1.json trace',
280 api.step_data('parse lottie 3!.json trace',
293 api.step_data('parse lottie(test)\'!2.json trace',
295 api.step_data('parse lottie1.json trace',
297 api.step_data('parse lottie 3!.json trace',
310 api.step_data('parse lottie(test)\'!2.json trace',
312 api.step_data('parse lottie1.json trace',
314 api.step_data('parse lottie 3!.json trace',
327 api.step_data('parse lottie 3!.json trace',
347 api.step_data('parse lottie(test)\'!2.json trace',
349 api.step_data('parse lottie1.json trace',
351 api.step_data('parse lottie 3!.json trace',