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 218872

Summary: LowPerformance took 9173 ms.
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: NavigationAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal CC: alexvsimon
Priority: P3 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 192691
Attachments: nps snapshot

Description Exceptions Reporter 2012-09-24 04:23:43 UTC
This bug was originally marked as duplicate of bug 216350, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-9445-on-20120921)
VM: Java HotSpot(TM) Client VM, 20.10-b01, Java(TM) SE Runtime Environment, 1.6.0_35-b10
OS: Windows 7

User Comments:
GUEST: start ide that open c++ project



Maximum slowness yet reported was 9173 ms, average is 9173
Comment 1 Exceptions Reporter 2012-09-24 04:23:46 UTC
Created attachment 124779 [details]
nps snapshot
Comment 2 Alexander Simon 2012-10-24 06:24:01 UTC
Problem in the method: org.netbeans.modules.cnd.qnavigator.navigator.CppDeclarationNode.getIcon()
Method is called from EDT and can take a time.
Comment 3 Alexander Simon 2012-10-25 13:16:22 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/22d0e931af45
Comment 4 Quality Engineering 2012-10-26 01:28:23 UTC
Integrated into 'main-golden', will be available in build *201210260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/22d0e931af45
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #218872 LowPerformance took 9173 ms.