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 214734 - LowPerformance took 3260 ms.
Summary: LowPerformance took 3260 ms.
Status: RESOLVED DUPLICATE of bug 211622
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-06-25 17:35 UTC by Exceptions Reporter
Modified: 2012-08-13 06:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190046


Attachments
nps snapshot (36.94 KB, application/nps)
2012-06-25 17:35 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-25 17:35:39 UTC
This bug was originally marked as duplicate of bug 174050, 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.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03-424, Java(TM) SE Runtime Environment, 1.6.0_33-b03-424-11M3720
OS: Mac OS X
Maximum slowness yet reported was 3260 ms, average is 3260
Comment 1 Exceptions Reporter 2012-06-25 17:35:43 UTC
Created attachment 121314 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-08-10 16:59:20 UTC
One call to 
org.netbeans.modules.csl.editor.completion.GsfCompletionItem.getPreferredWidth()	99.71572	3 120 ms (99,7%)	3 120 ms	2
leads to 74 calls to 
org.netbeans.modules.csl.core.ProjectClassPathProvider.findClassPath()	58.750595	1 838 ms (58,8%)	1 838 ms	74
the call goes through:
org.netbeans.modules.php.project.api.PhpSourcePath.getFileType()	74.072014	2 317 ms (74,1%)	2 317 ms	58
Comment 3 Ondrej Brejla 2012-08-13 06:47:54 UTC

*** This bug has been marked as a duplicate of bug 211622 ***