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 - Need column for pinpointing methods producing short-lived garbage
Summary: Need column for pinpointing methods producing short-lived garbage
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-03 20:36 UTC by apb
Modified: 2007-06-03 20:36 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 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.