A C D M P V

A

Agent - Class in com.javamex.classmexer
The entry point for the instrumentation agent.

C

com.javamex.classmexer - package com.javamex.classmexer
 

D

deepMemoryUsageOf(Object) - Static method in class com.javamex.classmexer.MemoryUtil
Returns an estimation, in bytes, of the memory usage of the given object plus (recursively) objects it references via non-static private or protected fields.
deepMemoryUsageOf(Object, MemoryUtil.VisibilityFilter) - Static method in class com.javamex.classmexer.MemoryUtil
Returns an estimation, in bytes, of the memory usage of the given object plus (recursively) objects it references via non-static references.
deepMemoryUsageOfAll(Collection<? extends Object>) - Static method in class com.javamex.classmexer.MemoryUtil
Returns an estimation, in bytes, of the memory usage of the given objects plus (recursively) objects referenced via non-static references from any of those objects via non-public fields.
deepMemoryUsageOfAll(Collection<? extends Object>, MemoryUtil.VisibilityFilter) - Static method in class com.javamex.classmexer.MemoryUtil
Returns an estimation, in bytes, of the memory usage of the given objects plus (recursively) objects referenced via non-static references from any of those objects.

M

memoryUsageOf(Object) - Static method in class com.javamex.classmexer.MemoryUtil
Returns an estimation of the "shallow" memory usage, in bytes, of the given object.
MemoryUtil - Class in com.javamex.classmexer
Provides various static methods for measuring the memory usage of objects.
MemoryUtil.VisibilityFilter - Enum in com.javamex.classmexer
 

P

premain(String, Instrumentation) - Static method in class com.javamex.classmexer.Agent
 

V

valueOf(String) - Static method in enum com.javamex.classmexer.MemoryUtil.VisibilityFilter
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.javamex.classmexer.MemoryUtil.VisibilityFilter
Returns an array containing the constants of this enum type, in the order they are declared.

A C D M P V