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 105518

Summary: Need column for pinpointing methods producing short-lived garbage
Product: profiler Reporter: apb <apb>
Component: BaseAssignee: issues@profiler <issues>
Status: NEW ---    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description apb 2007-06-03 20:36:02 UTC
It would be extremely nice to have a column in the memory profiler that is
(total_allocated_objects - live_objects) to make it easy to pinpoint and sort
those function that are producing the most short-lived garbage. For instance, 
I have an application that produces tons of long lived objects, but there is
no easy way to find those function producing relatively smaller amounts
of short lived objects.