Describe the bug
Percentage in field histogram is based on all heap dump instances instead of all instances of particular class. The current % numbers are almost always 0.0%, so it is not very useful.
To Reproduce
Steps to reproduce the behavior:
- Open heap dump.
- Select class in 'Objects' view and open 'Fields' detail.
- Expand one of the Class' fields.
- Examine % in 'Count' column.
Expected behavior
% in 'Count' field should be based on number of selected class instances.