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 211708

Summary: Speed-up computation of retained sizes #2
Product: profiler Reporter: Jiri Sedlacek <jis>
Component: BaseAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: normal Keywords: VISUALVM
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Sedlacek 2012-04-25 12:04:16 UTC
See the related bugdb for details & heap dump. Took more than 1hour to compute retained sizes using quite powerful Linux x64 box.
Comment 1 Tomas Hurka 2012-05-15 12:31:56 UTC
Fixed in profiler-main. Computation now takes around 6 minutes.

changeset:   221673:b804042ef451
user:        Tomas Hurka <thurka@netbeans.org>
date:        Tue May 15 14:24:03 2012 +0200
summary:     bugfix #211708, use additionalIds list to shorten number of computeOneLevel() invocations
Comment 2 Quality Engineering 2012-05-21 17:16:21 UTC
Integrated into 'main-golden', will be available in build *201205211038* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b804042ef451
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #211708, use additionalIds list to shorten number of computeOneLevel() invocations
Comment 3 Quality Engineering 2012-05-22 16:31:34 UTC
Integrated into 'main-golden', will be available in build *201205220903* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b804042ef451
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #211708, use additionalIds list to shorten number of computeOneLevel() invocations