pl.wendigo.chrome.api.heapprofiler / StopSamplingResponse

StopSamplingResponse

data class StopSamplingResponse (source)

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

Link
HeapProfiler#stopSampling method documentation.

See Also

HeapProfilerOperations.stopSampling

Constructors

<init>

StopSamplingResponse(profile: SamplingHeapProfile)

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

Properties

profile

val profile: SamplingHeapProfile

Recorded sampling heap profile.