toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.profiler
/
ProfileNode
/
ProfileNode
Profile
Node
constructor
(
id
:
Int
,
callFrame
:
CallFrame
,
hitCount
:
Int
?
=
null
,
children
:
List
<
Int
>
?
=
null
,
deoptReason
:
String
?
=
null
,
positionTicks
:
List
<
PositionTickInfo
>
?
=
null
)