PerformanceReport

data class PerformanceReport(val sessionStart: Long, val sessionEnd: Long, val framesPerformance: List<FramePerformance>)

Constructors

Link copied to clipboard
constructor(sessionStart: Long, sessionEnd: Long, framesPerformance: List<FramePerformance>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard