chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.memory
/
SamplingProfile
Sampling
Profile
@
Serializable
data
class
SamplingProfile
(
val
samples
:
List
<
SamplingProfileNode
>
,
val
modules
:
List
<
Module
>
)
(
source
)
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
>
samples
Link copied to clipboard
val
samples
:
List
<
SamplingProfileNode
>