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

GetSamplingProfileResponse

data class GetSamplingProfileResponse

Response type for the HeapProfilerDomain.getSamplingProfile command.

Constructors

<init>

Response type for the HeapProfilerDomain.getSamplingProfile command.

GetSamplingProfileResponse(profile: SamplingHeapProfile)

Properties

profile

Return the sampling profile being collected.

val profile: SamplingHeapProfile