|
The recorded objects view can filter objects according to their liveness status:
- Live objects
Only objects which are currently in memory are shown.
- Garbage collected objects
Only objects which have been garbage collected are shown.
- Live and garbage collected objects
All created objects are shown.
To switch between the three modes, you can click on the toolbar entry
displaying the current mode and chose the new desired mode. Also, JProfiler's
main menu and the context menu allow the adjustment of the view mode via
View->Change View Mode.
If the garbage collected objects are shown, you can reset the accumulated data
by clicking on the
reset action in the toolbar or choosing the the
Reset Garbage Collector History menu item
in the View or context menu. All garbage collector data will be
cleared and the view will be empty for the "Garbage collected objects" mode until
further objects are garbage collected. Note that
you can force garbage collection by clicking on the garbage collector
tool bar button or by
selecting Profiler->Run Garbage Collector from
JProfiler's main menu.
|