Profile Snapshot Request
@Serializable
Request object containing input parameters for the LayerTreeDomain.profileSnapshot command.
Constructors
Link copied to clipboard
constructor(snapshotId: SnapshotId, minRepeatCount: Int? = null, minDuration: Double? = null, clipRect: Rect? = null)
Types
Link copied to clipboard
A builder for ProfileSnapshotRequest, which allows setting the optional parameters of the LayerTreeDomain.profileSnapshot command via a lambda.