Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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
 
dict 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
 
dict 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)