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

Summary: Collections view for memory results
Product: profiler Reporter: iformanek <iformanek>
Component: BaseAssignee: issues@profiler <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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