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 199928 - LowPerformance took 46052 ms.
Summary: LowPerformance took 46052 ms.
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Test Runner (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-07-06 20:43 UTC by Exceptions Reporter
Modified: 2013-08-15 13:11 UTC (History)
10 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178849


Attachments
nps snapshot (345.57 KB, application/nps)
2011-07-06 20:43 UTC, Exceptions Reporter
Details
nps snapshot (43.90 KB, application/nps)
2011-10-10 17:05 UTC, Exceptions Reporter
Details
nps snapshot (435.04 KB, application/nps)
2011-10-20 16:15 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-07-06 20:43:37 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
GUEST: Added new source root to large project.
Scan project freezes gui.

theradman: Editing persistence unit



Maximum slowness yet reported was 46052 ms, average is 24548
Comment 1 Exceptions Reporter 2011-07-06 20:43:54 UTC
Created attachment 109276 [details]
nps snapshot
Comment 2 Exceptions Reporter 2011-10-10 17:05:15 UTC
Created attachment 111804 [details]
nps snapshot
Comment 3 Exceptions Reporter 2011-10-20 16:15:08 UTC
Created attachment 112274 [details]
nps snapshot
Comment 4 Ondrej Vrabec 2012-11-07 10:36:18 UTC
the latest probably most relevant snapshots (dev builds and 7.3Beta):
1) 602765 - org.netbeans.modules.gototest.GotoOppositeAction.isEnabled()	85.93105	8,781 ms (85.9%)	6,238 ms

2) 605763 - org.netbeans.modules.gototest.GotoOppositeAction.getName()	87.58925	3,284 ms (87.6%)	2,057 ms

3) 626249 - org.netbeans.modules.project.ui.ProjectTemplatePanel.storeSettings()	97.73046	4,309 ms (97.7%)	3,725 ms - seems to be saving in AWT
Comment 5 Theofanis Oikonomou 2013-08-15 13:11:06 UTC
The gototest related reports were caused because ClassPath.getClassPath method was called from EDT and should be fixed by http://hg.netbeans.org/core-main/rev/07d0a71ed965. Please try a latest build and reopen if there is still an issue for you. Thank you