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 195018 - LowPerformance took 22907 ms.
Summary: LowPerformance took 22907 ms.
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-02-03 09:58 UTC by Exceptions Reporter
Modified: 2015-12-11 00:19 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175444


Attachments
nps snapshot (45.59 KB, application/nps)
2011-02-03 09:58 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-02-03 09:58:06 UTC
Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows XP

User Comments:
GUEST: opening



Maximum slowness yet reported was 22907 ms, average is 12078
Comment 1 Exceptions Reporter 2011-02-03 09:58:12 UTC
Created attachment 105613 [details]
nps snapshot
Comment 2 Adam Sotona 2011-03-04 10:03:43 UTC
the time was consumed by Parsing & Indexing Thread
Comment 3 Jan Lahoda 2011-03-04 11:33:55 UTC
Sorry, but this is not the essence of the report. The report (at least the one attached to this bug) is about AWT Event Thread blocked for 11.5 seconds. The problems appears to be org.netbeans.modules.vmd.io.javame.MESourceEditorView.getToolbarRepresentation calling org.openide.text.CloneableEditor.getEditorPane(). This method blocks until the editor is opened. A non-blocking variant like NbDocument.findRecentEditorPane should be used, to my knowledge. If you have further questions on the CE.getEP(), jtulach is AFAIK the best person to ask.
Comment 4 David Strupl 2013-04-09 11:22:53 UTC
Assigning to the new owner of javame modules.