GetSamplingProfileResponse

@Serializable
data class GetSamplingProfileResponse(val profile: SamplingHeapProfile)

Response type for the HeapProfilerDomain.getSamplingProfile command.

Constructors

Link copied to clipboard
constructor(profile: SamplingHeapProfile)

Properties

Link copied to clipboard

Return the sampling profile being collected.