This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 167923 - Improve 'Find biggest objects' inspection
Summary: Improve 'Find biggest objects' inspection
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-01 01:11 UTC by _ rkubacki
Modified: 2009-07-01 01:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2009-07-01 01:11:42 UTC
nb6.7

top 2 items:
java.util.HashMap#104003         105,195,843
java.util.HashMap$Entry[]#149465 105,195,791

and there are similar tuples if items that are tightly related. 

Rather than top 20 biggest object by their retained set I'd be interested in top 5 top consumers. That is the same but
filtering items retained by object higher in the list. Without that I have to do this on my own. Basically those big
object held by slightly bigger object from this list are 'false positives' here.