chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.heapprofiler
/
SamplingHeapProfile
Sampling
Heap
Profile
@
Serializable
data
class
SamplingHeapProfile
(
val
head
:
SamplingHeapProfileNode
,
val
samples
:
List
<
SamplingHeapProfileSample
>
)
(
source
)
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
samples
Link copied to clipboard
val
samples
:
List
<
SamplingHeapProfileSample
>