Start Sampling Request
data class StartSamplingRequest(samplingInterval: Int?, suppressRandomness: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Memory#startSampling operation call.
Start collecting native memory profile.
See also
Constructors
StartSamplingRequest
Link copied to clipboard
fun StartSamplingRequest(samplingInterval: Int? = null, suppressRandomness: Boolean? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard