kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
HeapProfiler
/
GetSamplingProfileReturn
Get
Sampling
Profile
Return
@
Serializable
data
class
GetSamplingProfileReturn
(
val
profile
:
HeapProfiler.SamplingHeapProfile
)
Members
Constructors
Get
Sampling
Profile
Return
Link copied to clipboard
constructor
(
profile
:
HeapProfiler.SamplingHeapProfile
)
Properties
profile
Link copied to clipboard
val
profile
:
HeapProfiler.SamplingHeapProfile
Return the sampling profile being collected.