kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Profiler
/
ProfileNode
/
ProfileNode
Profile
Node
constructor
(
id
:
Int
,
callFrame
:
Runtime.CallFrame
,
hitCount
:
Int
?
=
null
,
children
:
List
<
Int
>
?
=
null
,
deoptReason
:
String
?
=
null
,
positionTicks
:
List
<
Profiler.PositionTickInfo
>
?
=
null
)