chrome-devtools-kotlin
Toggle table of contents
8.3.0-1589152
common
Target filter
common
Switch theme
Search in API
Skip to content
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.memory
/
SamplingProfile
Sampling
Profile
@
Serializable
data
class
SamplingProfile
(
val
samples
:
List
<
SamplingProfileNode
>
,
val
modules
:
List
<
Module
>
)
Array of heap profile samples.
Official doc
Members
Constructors
Sampling
Profile
Link copied to clipboard
constructor
(
samples
:
List
<
SamplingProfileNode
>
,
modules
:
List
<
Module
>
)
Properties
modules
Link copied to clipboard
val
modules
:
List
<
Module
>
(undocumented in the protocol definition)
samples
Link copied to clipboard
val
samples
:
List
<
SamplingProfileNode
>
(undocumented in the protocol definition)