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 221188 - [73cat] LowPerformance took 4038 ms.
Summary: [73cat] LowPerformance took 4038 ms.
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-10-31 14:59 UTC by misterm
Modified: 2012-11-06 15:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194343


Attachments
nps snapshot (84.30 KB, application/nps)
2012-10-31 14:59 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2012-10-31 14:59:43 UTC
This issue was reported manually by misterm.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 20121031-8ca19c46d1d6)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7
Maximum slowness yet reported was 4038 ms, average is 4038
Comment 1 misterm 2012-10-31 14:59:46 UTC
Created attachment 126870 [details]
nps snapshot
Comment 2 Ondrej Vrabec 2012-10-31 15:15:51 UTC
stuck in class-loading spread over multiple actions, coming from org.netbeans.modules.options.keymap.KeymapViewModel.getItems()	51.21231	2,002 ms (51.2%)	1,884 ms
Nothing to fix on versioning side, the question is for options.keymap module. Do you have to build up the keymap model in AWT? Is there a chance this can be moved to background?
Comment 3 Theofanis Oikonomou 2012-11-06 15:01:08 UTC
I think the keymap's model loading was fixed in http://hg.netbeans.org/jet-main/rev/461229c02263 and http://hg.netbeans.org/jet-main/rev/c2a4b87bdda2 (bug 220246). Please reopen otherwise. Thank you