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 186010

Summary: 62s in org.netbeans.modules.cnd.makeproject.ui.MakeLogicalViewProvider$4.run()
Product: cnd Reporter: vladdraco
Component: ProjectAssignee: Alexey Vladykin <alexey_vladykin>
Status: RESOLVED FIXED    
Severity: normal CC: misterm, niclasb, vladdraco
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 164632
Attachments: nps snapshot

Description vladdraco 2010-05-12 14:13:32 UTC
Build: NetBeans IDE 6.9 Beta (Build 100428-unknown-revn)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
vladdraco: Compiling c++ code with heavy template usage. It takes about 30 seconds for gcc to compile single cpp file. Immediately after compilation successfuly finished IDE stuck for quite a long time.



Maximum slowness yet reported was 62004 ms, average is 13516
Comment 1 vladdraco 2010-05-12 14:13:41 UTC
Created attachment 98857 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2010-05-17 13:39:25 UTC
The refresh and its calls to FolderChildren.getNodes() could possibly be executed outside of AWT thread, I guess.
Comment 3 Alexey Vladykin 2010-05-17 15:08:07 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/d07f5634621e
Comment 4 Quality Engineering 2010-05-19 06:11:48 UTC
Integrated into 'main-golden', will be available in build *201005182201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/
User: 
Log:
Comment 5 Alexey Vladykin 2010-05-25 09:50:00 UTC
*** Bug 186414 has been marked as a duplicate of this bug. ***