| Package | Description |
|---|---|
| org.github.jamm |
| Modifier and Type | Method and Description |
|---|---|
static MemoryMeter.ByteBufferMode |
MemoryMeter.ByteBufferMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemoryMeter.ByteBufferMode[] |
MemoryMeter.ByteBufferMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
MemoryMeter.measureDeep(Object object,
MemoryMeter.ByteBufferMode bbMode)
Measures the memory usage of the object including referenced objects.
|
Copyright © 2023. All rights reserved.