| Package | Description |
|---|---|
| org.github.jamm |
| Modifier and Type | Field and Description |
|---|---|
static FieldAndClassFilter |
Filters.IGNORE_KNOWN_SINGLETONS
Filter excluding class such as
Enum, Class, ClassLoader and AccessControlContext |
static FieldAndClassFilter |
Filters.IGNORE_UNMETERED_FIELDS_AND_CLASSES
Filter excluding fields and class annotated with
Unmetered |
| Modifier and Type | Method and Description |
|---|---|
static FieldAndClassFilter |
Filters.getClassFilters(boolean ignoreKnownSingletons) |
| Constructor and Description |
|---|
MemoryMeter(MemoryMeterStrategy strategy,
FieldAndClassFilter classFilter,
FieldFilter fieldFilter,
MemoryMeterListener.Factory listenerFactory)
Create a new
MemoryMeter instance from the different component it needs to measure object graph. |
Copyright © 2023. All rights reserved.