Interface | Description |
---|---|
ProfilingFilter |
A filter that can be used for profiling objects
Author: Mike
Date: 1/6/12
Time: 2:17 PM
|
Class | Description |
---|---|
AbstractFilter |
Basic filter containing classes, objects, and packages which should be filtered in some way, based on the specific implementation
Author: Mike
Date: 1/12/12
Time: 5:04 PM
|
BlacklistedClassFieldProfilingFilter |
A filter that blacklists everything in it.
|
JavaAgent |
This class is run when the VM is initialized, and gets the instrumentation required to get object memory use and other details User: Mike Date: 1/5/12 Time:
4:47 PM
|
ObjectMemoryProfile |
Class that represents a profiled object.
|
ObjectMemoryProfiler |
Class used to determine the memory use of a specific object
Author: Mike
Date: 1/5/12
Time: 4:56 PM
|
ObjectReferenceSet<T> |
A set that stores objects by reference rather than hash.
|
ProfileUtil |
No Description
User: Mike
Date: 1/13/12
Time: 1:25 PM
|
ReflectionUtils |
Utilities used for Reflection.
|
ReflectionUtils.Wildcard |
Simple placeholder class that can match on anything for parameter types.
|
TrackedObject |
A class to track an object that has been profiled
Author: Mike
Date: 1/9/12
Time: 3:44 PM
|
WhitelistedClassFieldProfilingFilter |
A filter for profiling that blocks everything not whitelisted
Author: Mike
Date: 1/6/12
Time: 2:22 PM
|
Enum | Description |
---|---|
ProfileSort |
An enum representing possible sorts for profiling class details
Author: Mike
Date: 1/9/12
Time: 3:46 PM
|