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 212356

Summary: Cache retained sizes for subsequent uses
Product: profiler Reporter: Jiri Sedlacek <jis>
Component: BaseAssignee: Tomas Hurka <thurka>
Status: NEW ---    
Severity: normal Keywords: VISUALVM
Priority: P2    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jiri Sedlacek 2012-05-11 08:04:12 UTC
It takes time to calculate the retain size of objects, and this work has to be repeated everytime the user reloads the same snapshot. It would be really nice to save that information in a file along side the profiler snapshot / heapdump. So that any subsequent uses of the same file wouldn't have to recompute the same information. That cache file should be portable, meaning it can be sent to another user alongside with the snapshot / heapdump for reuse.