Package | Description |
---|---|
monq.stuff |
contains assorted stuff which does not fit anywhere else.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.Class<?>,java.util.Map<java.lang.Class<?>,Sizeof.Pair>> |
Sizeof.sizeof(java.lang.Object o)
recursively delves into the object graph
o and
returns a Hashtable with information about object
sizes and counts. |
Modifier and Type | Method and Description |
---|---|
static void |
Sizeof.printTypes(java.io.PrintStream out,
java.util.Map<java.lang.Class<?>,java.util.Map<java.lang.Class<?>,Sizeof.Pair>> types)
prints the result produced with
sizeof() . |