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 221439

Summary: 3s at org.netbeans.modules.editor.NbEditorKit$NbBuildToolTipAction.actionPerformed()
Product: editor Reporter: jaska_tl
Component: Actions/Menu/ToolbarAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED WORKSFORME    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 194518
Attachments: nps snapshot

Description jaska_tl 2012-11-04 18:44:44 UTC
This bug was originally marked as duplicate of bug 206647, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211020750)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Windows 7

User Comments:
jaska_tl: Opening project. All projects activated on full version (java - php - C jne.)



Maximum slowness yet reported was 4062 ms, average is 4062
Comment 1 jaska_tl 2012-11-04 18:44:46 UTC
Created attachment 127091 [details]
nps snapshot
Comment 2 Milutin Kristofic 2012-11-07 12:43:39 UTC
org.netbeans.spi.editor.AbstractEditorAction.actionPerformed()	100.0	3,947 ms (100%)	3,155 ms

org.netbeans.modules.editor.NbEditorKit$NbBuildToolTipAction.actionPerformed()	84.53805	3,336 ms (84.5%)	2,545 ms

I would close it, because there is just classloading, but I send it to evaluate to editor/actions
Comment 3 David Strupl 2012-11-12 13:42:01 UTC
Closing per Milutin's evaluation.