toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunacore
/
FramePerformance
Frame
Performance
data
class
FramePerformance
(
val
number
:
Int
,
val
stages
:
List
<
StagePerformance
>
,
val
operations
:
List
<
OperationPerformance
>
)
Members
Constructors
Frame
Performance
Link copied to clipboard
constructor
(
number
:
Int
,
stages
:
List
<
StagePerformance
>
,
operations
:
List
<
OperationPerformance
>
)
Properties
number
Link copied to clipboard
val
number
:
Int
operations
Link copied to clipboard
val
operations
:
List
<
OperationPerformance
>
stages
Link copied to clipboard
val
stages
:
List
<
StagePerformance
>