toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunacore
/
PerformanceReport
Performance
Report
data
class
PerformanceReport
(
val
sessionStart
:
Long
,
val
sessionEnd
:
Long
,
val
framesPerformance
:
List
<
FramePerformance
>
)
Members
Constructors
Performance
Report
Link copied to clipboard
constructor
(
sessionStart
:
Long
,
sessionEnd
:
Long
,
framesPerformance
:
List
<
FramePerformance
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
frames
Performance
Link copied to clipboard
val
framesPerformance
:
List
<
FramePerformance
>
session
End
Link copied to clipboard
val
sessionEnd
:
Long
session
Start
Link copied to clipboard
val
sessionStart
:
Long