Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | parse_skottie_trace |
Variables | |
parse_skottie_trace.trace_output = sys.argv[1] | |
parse_skottie_trace.trace_json = json.loads(trace_output) | |
parse_skottie_trace.lottie_filename = sys.argv[2] | |
parse_skottie_trace.output_json_file = sys.argv[3] | |
parse_skottie_trace.seek_trace_name = sys.argv[4] | |
parse_skottie_trace.render_trace_name = sys.argv[5] | |
parse_skottie_trace.expected_dm_frames = int(sys.argv[6]) | |
dictionary | parse_skottie_trace.perf_results = {} |
int | parse_skottie_trace.frame_max = 0 |
int | parse_skottie_trace.frame_min = 0 |
int | parse_skottie_trace.frame_cumulative = 0 |
int | parse_skottie_trace.current_frame_duration = 0 |
int | parse_skottie_trace.total_frames = 0 |
bool | parse_skottie_trace.frame_start = False |