![]() Previous |
![]() Next |
The main window of the Memory Leak Detector is comprised of the four tabs described in Table: Memory Leak Detector Tabs.
Memory Leak Detector Tabs
| Tab | Description |
|---|---|
|
Trend |
The Trend tab shows a trend analysis of the types on the Java heap. It shows a list of all types that occupy more than 0.1% of the heap (this number can be changed by selecting File then Preferences and then Trend and editing it there). The type with the highest growth rate will be listed first. |
|
Type Graph |
The Types tab contains a type graph that shows how different types point to each other. |
|
Instance Graph |
The Instances tab contains an instance graph that shows how different instances point to each other. |
|
Allocation |
The Allocation tab contains the allocation trace that shows where a certain type is allocated within the code. |