shark
3.0-alpha-8
jvm
shark
/
shark
/
ObjectDominators
/
DominatorNode
Dominator
Node
data
class
DominatorNode
(
val
shallowSize
:
Int
,
val
retainedSize
:
Int
,
val
retainedCount
:
Int
,
val
dominatedObjectIds
:
List
<
Long
>
)
:
Serializable
Members
Constructors
Dominator
Node
Link copied to clipboard
constructor
(
shallowSize
:
Int
,
retainedSize
:
Int
,
retainedCount
:
Int
,
dominatedObjectIds
:
List
<
Long
>
)
Properties
dominated
Object
Ids
Link copied to clipboard
val
dominatedObjectIds
:
List
<
Long
>
retained
Count
Link copied to clipboard
val
retainedCount
:
Int
retained
Size
Link copied to clipboard
val
retainedSize
:
Int
shallow
Size
Link copied to clipboard
val
shallowSize
:
Int