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 189212 - output2.ExtPlainView.drawText() took 4s
Summary: output2.ExtPlainView.drawText() took 4s
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-08-04 15:10 UTC by janario
Modified: 2012-06-19 17:14 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160917


Attachments
nps snapshot (4.25 KB, application/nps)
2010-08-04 15:10 UTC, janario
Details
nps snapshot (5.31 KB, application/nps)
2010-08-26 14:00 UTC, janario
Details

Note You need to log in before you can comment on or make changes to this bug.
Description janario 2010-08-04 15:10:16 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
GUEST: Switching from another Java Application to Netbeans 6.9.

GUEST: clicked on a C++ word in the editor, just after execution without debugging



Maximum slowness yet reported was 6766 ms, average is 4235
Comment 1 janario 2010-08-04 15:10:19 UTC
Created attachment 101199 [details]
nps snapshot
Comment 2 janario 2010-08-26 14:00:25 UTC
Created attachment 101695 [details]
nps snapshot
Comment 3 Martin Entlicher 2011-01-07 15:31:18 UTC
It's possible that ExtPlainView.drawText() have some performance problem or Utilities.drawTabbedText() takes too long because of the large amount of data.