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 - 62s in org.netbeans.modules.cnd.makeproject.ui.MakeLogicalViewProvider$4.run()
Summary: 62s in org.netbeans.modules.cnd.makeproject.ui.MakeLogicalViewProvider$4.run()
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Alexey Vladykin
URL:
Keywords: PERFORMANCE
: 186414 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-05-12 14:13 UTC by vladdraco
Modified: 2010-05-25 09:50 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 164632


Attachments
nps snapshot (23.43 KB, application/nps)
2010-05-12 14:13 UTC, vladdraco
Details

Note You need to log in before you can comment on or make changes to this bug.
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. ***