|
By marking the current state, you can follow the evolution of the heap.
Marking the current values can be achieved by
- choosing Edit->Mark current values from JProfiler's
main menu
- choosing the corresponding
toolbar entry
- choosing Mark current values from the context menu
Upon marking, a fourth column labeled Difference appears with all values
initially set to zero. With each subsequent update, the column's values track the
difference of the instance count with respect to the point in time where the mark
was set. The graphical representation of the instance count column shows the marked
state in green and positive differences in red.
By default, the difference column is sorted on the absolute values in it,
this can be changed in the
class monitor view settings
dialog.
You can remove the mark by
- choosing Edit->Remove mark from JProfiler's
main menu
- choosing Remove mark from the context menu
|