public interface NativeMemoryCategory
Modifier and Type | Method and Description |
---|---|
long |
getAllocatedDeep()
Gets the number of objects allocated for this category and all of its subcategories.
|
long |
getAllocatedShallow()
Gets the number of objects allocated for this category only.
|
long |
getBytesDeep()
Gets the actual memory use for this category and all of its subcategories.
|
long |
getBytesShallow()
Gets the actual memory use for this category only.
|
NativeMemoryCategory[] |
getChildren()
Gets all subcategories of this category.
|
MemoryData[] |
getMemoryBreakdownData()
Gets the memory data for this category.
|
java.lang.String |
getName()
Gets the name of this memory category.
|
NativeMemoryCategory |
getParent()
Gets the parent category of this category.
|
java.lang.String getName()
long getAllocatedDeep()
long getAllocatedShallow()
long getBytesDeep()
long getBytesShallow()
NativeMemoryCategory[] getChildren()
NativeMemoryCategory getParent()
MemoryData[] getMemoryBreakdownData()