public interface ObjectSizeCalculatorInterface
| Modifier and Type | Method and Description |
|---|---|
long |
calculateObjectSizeDeep(Object obj)
Calculates the deep memory footprint of
obj in bytes, i.e. the memory taken by the
object graph using obj as a starting node of that graph. |
long calculateObjectSizeDeep(Object obj)
obj in bytes, i.e. the memory taken by the
object graph using obj as a starting node of that graph.obj - The object to measureCopyright © 2018 trivago. All rights reserved.