StopSamplingResponse

@Serializable
data class StopSamplingResponse(val profile: SamplingHeapProfile)(source)

Response type for the HeapProfilerDomain.stopSampling command.

Constructors

Link copied to clipboard
constructor(profile: SamplingHeapProfile)

Properties

Link copied to clipboard

Recorded sampling heap profile.