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 232190 - org.netbeans.modules.php.editor.indent.FormatVisitor.addFormatToken: LowPerformance took 22309 ms.
Summary: org.netbeans.modules.php.editor.indent.FormatVisitor.addFormatToken: LowPerfo...
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-07-03 08:45 UTC by Exceptions Reporter
Modified: 2013-07-03 09:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171701


Attachments
nps snapshot (214.76 KB, application/nps)
2013-07-03 08:45 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-07-03 08:45:22 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: OpenJDK 64-Bit Server VM, 23.7-b01, OpenJDK Runtime Environment, 1.7.0_21-b02
OS: Linux

User Comments:
GUEST: Expanding a macro with ctrl-space. Macro had a var reference.

GUEST: Waiting for code completion on a class



Maximum slowness yet reported was 26566 ms, average is 18090
Comment 1 Exceptions Reporter 2013-07-03 08:45:26 UTC
Created attachment 136641 [details]
nps snapshot
Comment 2 Ondrej Brejla 2013-07-03 09:02:15 UTC
Program.accept() seems to be a bit slow, but really don't know why. Probably it's a big file with a lot of nested blocks (nodes). We have just one report from 7.3.1, so waiting for another one for further evaluation.