toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.heapprofiler
/
SamplingHeapProfile
Sampling
Heap
Profile
@
Serializable
data
class
SamplingHeapProfile
(
val
head
:
SamplingHeapProfileNode
,
val
samples
:
List
<
SamplingHeapProfileSample
>
)
Sampling profile.
Official doc
Members
Constructors
Sampling
Heap
Profile
Link copied to clipboard
constructor
(
head
:
SamplingHeapProfileNode
,
samples
:
List
<
SamplingHeapProfileSample
>
)
Properties
head
Link copied to clipboard
val
head
:
SamplingHeapProfileNode
(undocumented in the protocol definition)
samples
Link copied to clipboard
val
samples
:
List
<
SamplingHeapProfileSample
>
(undocumented in the protocol definition)