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 174742 - [68cat] Performance: Evaluating Variables
Summary: [68cat] Performance: Evaluating Variables
Status: CLOSED DUPLICATE of bug 174668
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-16 12:37 UTC by stefan79
Modified: 2010-05-06 08:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The Snapshot. (249.36 KB, application/octet-stream)
2009-10-16 12:37 UTC, stefan79
Details
One Snapshot else, while StepByStep - Debuggin. (468.96 KB, application/octet-stream)
2009-10-16 12:45 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2009-10-16 12:37:16 UTC
[ BUILD # : 200910140201 ]
[ JDK VERSION : 1.6.* ]

The Performance of evaluating variables is bad.
In my case I had to wait one Minute, until I see the result.

Maybe it´s so slow, because there are some Variables not in this
Method available.

I´ll attach a Snapshot.
Comment 1 stefan79 2009-10-16 12:37:54 UTC
Created attachment 89613 [details]
The Snapshot.
Comment 2 stefan79 2009-10-16 12:45:09 UTC
Created attachment 89615 [details]
One Snapshot else, while StepByStep - Debuggin.
Comment 3 Martin Entlicher 2009-10-16 14:54:34 UTC
This is likely a duplicate of issue #174668.
CompoundModel.getValueAt() takes 367ms on CPU, but real time is 36592ms. That means that the CPU was busy with other
tasks and this is likely the Parsing & Indexing Loop.
In the second snapshot, there's step action blocked by CompilationController.toPhase() for a while. Again Parsing &
Indexing Loop is doing a lot of work.


*** This issue has been marked as a duplicate of 174668 ***
Comment 4 Marian Mirilovic 2010-05-06 08:02:39 UTC
verified duplicate