chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.heapprofiler / StopSamplingResponse

StopSamplingResponse

data class StopSamplingResponse

Response type for the HeapProfilerDomain.stopSampling command.

Constructors

<init>

Response type for the HeapProfilerDomain.stopSampling command.

StopSamplingResponse(profile: SamplingHeapProfile)

Properties

profile

Recorded sampling heap profile.

val profile: SamplingHeapProfile