java.lang.Object
de.sandec.jmemorybuddy.JMemoryBuddyLive
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JMemoryBuddyLive.ReportThis clas provides a report, containing a list with details about object marked as collectable with markCollectable.static voidmarkCollectable(String name, Object ref) This class can be used to mark objects as collectable.
-
Constructor Details
-
JMemoryBuddyLive
public JMemoryBuddyLive()
-
-
Method Details
-
markCollectable
This class can be used to mark objects as collectable. As long as this object isn't collected, it can be found by searching for the class AssertCollectableLive in the heap dump. It can also be found the report accessible by the method getReport. -
getReport
This clas provides a report, containing a list with details about object marked as collectable with markCollectable.- Returns:
- The report.
-