pl.wendigo.chrome.api.heapprofiler / GetSamplingProfileResponse

GetSamplingProfileResponse

data class GetSamplingProfileResponse (source)

Represents response frame that is returned from HeapProfiler#getSamplingProfile operation call.

Link
HeapProfiler#getSamplingProfile method documentation.

See Also

HeapProfilerOperations.getSamplingProfile

Constructors

<init>

GetSamplingProfileResponse(profile: SamplingHeapProfile)

Represents response frame that is returned from HeapProfiler#getSamplingProfile operation call.

Properties

profile

val profile: SamplingHeapProfile

Return the sampling profile being collected.