Flutter Engine
The Flutter Engine
third_party
skia
infra
bots
recipe_modules
infra
resources
Namespaces
|
Variables
parse_lottieweb_trace.py File Reference
Go to the source code of this file.
Namespaces
namespace
parse_lottieweb_trace
Variables
parse_lottieweb_trace.trace_output
=
sys.argv
[1]
parse_lottieweb_trace.trace_json
=
json.load
(f)
parse_lottieweb_trace.output_json_file
=
sys.argv
[2]
parse_lottieweb_trace.renderer
=
sys.argv
[3]
list
parse_lottieweb_trace.erroneous_termination_statuses
list
parse_lottieweb_trace.accepted_termination_statuses
int
parse_lottieweb_trace.current_frame_duration
= 0
int
parse_lottieweb_trace.total_frames
= 0
dictionary
parse_lottieweb_trace.frame_id_to_start_ts
= {}
list
parse_lottieweb_trace.completed_frame_id_and_duration_status
= []
list
parse_lottieweb_trace.drawn_frame_id_and_duration
= []
parse_lottieweb_trace.frame_id
= trace['
id
']
parse_lottieweb_trace.args
= trace.get('args')
parse_lottieweb_trace.total_completed_frames
= len(completed_frame_id_and_duration_status)
tuple
parse_lottieweb_trace.start
= (total_completed_frames - 25) // 2
int
parse_lottieweb_trace.frame_max
= 0
int
parse_lottieweb_trace.frame_min
= 0
int
parse_lottieweb_trace.frame_cumulative
= 0
int
parse_lottieweb_trace.aborted_frames
= 0
dictionary
parse_lottieweb_trace.perf_results
= {}
int
parse_lottieweb_trace.drawn_frame_max
= 0
int
parse_lottieweb_trace.drawn_frame_min
= 0
int
parse_lottieweb_trace.drawn_frame_cumulative
= 0
parse_lottieweb_trace.total_drawn_frames
= len(drawn_frame_id_and_duration)
Generated on Sun Jun 23 2024 21:57:15 for Flutter Engine by
1.9.4