Flutter Engine
The Flutter Engine
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Properties
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
y
Enumerator
b
c
d
e
f
g
h
k
l
m
n
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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