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 211097 - LowPerformance took 3702 ms.
Summary: LowPerformance took 3702 ms.
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-04-12 13:08 UTC by szmitek
Modified: 2012-06-08 06:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186947


Attachments
nps snapshot (50.58 KB, application/nps)
2012-04-12 13:09 UTC, szmitek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description szmitek 2012-04-12 13:08:59 UTC
This issue was reported manually by mentlicher.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201203230400)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b06, Java(TM) SE Runtime Environment, 1.7.0-ea-b136
OS: Windows 7

User Comments:
szmitek: Cutting $fce = $fc->GetEnd(); from PHP script



Maximum slowness yet reported was 3702 ms, average is 3702
Comment 1 szmitek 2012-04-12 13:09:08 UTC
Created attachment 118197 [details]
nps snapshot
Comment 2 Martin Entlicher 2012-04-12 13:13:52 UTC
I've extracted this from issue #211030, because this does not belong to debugger.
The time spent in org.netbeans.spi.debugger.ui.EditorContextDispatcher$EditorLookupListener.propertyChange is 295 ms only.
The time spent in org.netbeans.modules.editor.lib.NavigationHistory.markWaypoint() is 1137 ms.
Do not call lookup in AWT.
Comment 3 Milutin Kristofic 2012-06-06 11:31:36 UTC
http://hg.netbeans.org/jet-main/rev/d9aed97dc94f

The problem is jar loading. For that 2 reports, I don't see reason to move lookup outside of awt, yet.
Comment 4 Quality Engineering 2012-06-08 06:13:55 UTC
Integrated into 'main-golden', will be available in build *201206080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d9aed97dc94f
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #211097 - LowPerformance took 3702 ms.