toggle menu
ReactAndroid
next
JVM
switch theme
search in API
ReactAndroid
/
com.facebook.react.modules.debug
/
FpsDebugFrameCallback
/
FpsInfo
Fps
Info
class
FpsInfo
(
val
totalFrames
:
Int
,
val
totalJsFrames
:
Int
,
val
totalExpectedFrames
:
Int
,
val
total4PlusFrameStutters
:
Int
,
val
fps
:
Double
,
val
jsFps
:
Double
,
val
totalTimeMs
:
Int
)
Members
Constructors
Fps
Info
Link copied to clipboard
constructor
(
totalFrames
:
Int
,
totalJsFrames
:
Int
,
totalExpectedFrames
:
Int
,
total4PlusFrameStutters
:
Int
,
fps
:
Double
,
jsFps
:
Double
,
totalTimeMs
:
Int
)
Properties
fps
Link copied to clipboard
val
fps
:
Double
js
Fps
Link copied to clipboard
val
jsFps
:
Double
total4Plus
Frame
Stutters
Link copied to clipboard
val
total4PlusFrameStutters
:
Int
total
Expected
Frames
Link copied to clipboard
val
totalExpectedFrames
:
Int
total
Frames
Link copied to clipboard
val
totalFrames
:
Int
total
Js
Frames
Link copied to clipboard
val
totalJsFrames
:
Int
total
Time
Ms
Link copied to clipboard
val
totalTimeMs
:
Int