toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.heapprofiler
/
StopSamplingResponse
Stop
Sampling
Response
@
Serializable
data
class
StopSamplingResponse
(
val
profile
:
SamplingHeapProfile
)
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.