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 227891 - org.netbeans.modules.debugger.ui.DebuggerManagerListener$5.run: LowPerformance took 27252 ms.
Summary: org.netbeans.modules.debugger.ui.DebuggerManagerListener$5.run: LowPerformanc...
Status: RESOLVED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-03-25 09:48 UTC by Jan Becicka
Modified: 2013-03-25 10:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199855


Attachments
nps snapshot (46.04 KB, application/nps)
2013-03-25 09:49 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2013-03-25 09:48:57 UTC
This issue was reported manually by jbecicka.
It already has 1 duplicates 


Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X
Maximum slowness yet reported was 27252 ms, average is 27252
Comment 1 Jan Becicka 2013-03-25 09:49:00 UTC
Created attachment 133024 [details]
nps snapshot
Comment 2 Martin Entlicher 2013-03-25 10:18:04 UTC
27252 ms? But the snapshot has only 756 ms.
The longest time is spent in NbBundle.getMessage() and WindowManager.findTopComponent(). Can not do anything with that.