FramePerformance

data class FramePerformance(val number: Int, val stages: List<StagePerformance>, val operations: List<OperationPerformance>)

Constructors

Link copied to clipboard
constructor(number: Int, stages: List<StagePerformance>, operations: List<OperationPerformance>)

Properties

Link copied to clipboard
val number: Int
Link copied to clipboard
Link copied to clipboard