chrome-devtools-kotlin
Toggle table of contents
8.0.0-1410712
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
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.