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 70218 - Collections view for memory results
Summary: Collections view for memory results
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-11 18:02 UTC by iformanek
Modified: 2009-05-25 21:03 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 iformanek 2005-12-11 18:02:40 UTC
For many developers, viewing the memory results in a higher-level view, where 
e.g. all collections data would be grouped into a single line, would make some 
memory profiling usecases much easier.

The idea is something like this:

Collection                  Size        Instances
+ HashMap                   120k        10
+ Array of java.lang.String 100k        3
+ LinkedList                 30k        5
+ ArrayList                  20k        3
  + ArrayList 1              10k        20
  + ArrayList 2               5k        10
  + ArrayList 3               3k        6
    + xxxx
    + yyyy
  + ArrayList 4               1k        2
  + ArrayList 5               1k        2

With generics, the collections of different types could be separate of grouped 
together.
Comment 1 Tomas Hurka 2009-04-08 12:52:49 UTC
Milestone cleanup: future->next