kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Memory
/
SamplingProfile
Sampling
Profile
@
Serializable
data
class
SamplingProfile
(
val
samples
:
List
<
Memory.SamplingProfileNode
>
,
val
modules
:
List
<
Memory.Module
>
)
Array of heap profile samples.
Members
Constructors
Sampling
Profile
Link copied to clipboard
constructor
(
samples
:
List
<
Memory.SamplingProfileNode
>
,
modules
:
List
<
Memory.Module
>
)
Properties
modules
Link copied to clipboard
val
modules
:
List
<
Memory.Module
>
samples
Link copied to clipboard
val
samples
:
List
<
Memory.SamplingProfileNode
>