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 114276 - Perform modify profiling redefinition faster
Summary: Perform modify profiling redefinition faster
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-30 19:18 UTC by Alexander Kouznetsov
Modified: 2007-08-30 19:18 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 Alexander Kouznetsov 2007-08-30 19:18:34 UTC
Consider the following scenario: Modify Memory profiling from each 10 object to each 1 object. This operation causes
profiler to redefine classes twice. When NetBeans is being profiled the number of classes is above 2000 and redefines
takes quite a long time (for about several minutes for each 2000 classes).

It would be nice if this was performed faster.