Profile Snapshot Request
data class ProfileSnapshotRequest(snapshotId: SnapshotId, minRepeatCount: Int?, minDuration: Double?, clipRect: Rect?)
Content copied to clipboard
Represents request frame that can be used with LayerTree#profileSnapshot operation call.
See also
Constructors
ProfileSnapshotRequest
Link copied to clipboard
fun ProfileSnapshotRequest(snapshotId: SnapshotId, minRepeatCount: Int? = null, minDuration: Double? = null, clipRect: Rect? = null)
Content copied to clipboard
Properties
minDuration
Link copied to clipboard
minRepeatCount
Link copied to clipboard
snapshotId
Link copied to clipboard
Sources
jvm source
Link copied to clipboard