chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.heapprofiler
/
StopSamplingResponse
Stop
Sampling
Response
@
Serializable
data
class
StopSamplingResponse
(
val
profile
:
SamplingHeapProfile
)
(
source
)
Response type for the
HeapProfilerDomain.stopSampling
command.
Members
Constructors
Stop
Sampling
Response
Link copied to clipboard
constructor
(
profile
:
SamplingHeapProfile
)
Properties
profile
Link copied to clipboard
val
profile
:
SamplingHeapProfile
Recorded sampling heap profile.