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 - 3s at org.netbeans.modules.editor.NbEditorKit$NbBuildToolTipAction.actionPerformed()
Summary: 3s at org.netbeans.modules.editor.NbEditorKit$NbBuildToolTipAction.actionPerf...
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-11-04 18:44 UTC by jaska_tl
Modified: 2012-11-12 13:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194518


Attachments
nps snapshot (19.63 KB, application/nps)
2012-11-04 18:44 UTC, jaska_tl
Details

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