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 82139 - [heapwalker] Performance of heapwalker
Summary: [heapwalker] Performance of heapwalker
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2006-08-08 09:54 UTC by ehucka
Modified: 2006-11-30 16:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2006-08-08 09:54:37 UTC
Profiler dev 060808, jdk 1.6.0

It seems heapwalker or its ui has performance problems which affect rest of ide.

Example: I have a heapdump of tomcat server (cca 14MB) I selected 'char[]' class
and its instances. Than I selected an instance - CPU went to 100% for a few
seconds than the Fields list showed <Searching...> for another seconds. After
the Fields table had showen new content CPU worked in 100% for about 5-10 seconds.

So selecting of one instance takes about 20 seconds and during this time ide is
unresponsible. Another thing is after each repaint of ide the opened heapwalker
takes about 2-3 seconds of 100% cpu.
Comment 1 Jiri Sedlacek 2006-08-08 10:15:30 UTC
Partially fixed by fixing Issue 82051, the rest will be fixed by collapsing 
treetable data by 500 nodes as described in the same issue.

Lowering priority as heapwalker shouldn't block IDE any more.
Comment 2 Jiri Sedlacek 2006-10-16 15:55:24 UTC
Collapsing of array items and list of instances implemented in trunk (will be 
in M4).
Comment 3 ehucka 2006-11-30 16:23:18 UTC
verified