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

Summary: output2.ExtPlainView.drawText() took 4s
Product: platform Reporter: janario
Component: Output WindowAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal CC: alexvsimon, janario, Montserrat, RedOctober1982, tonyjang
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 160917
Attachments: nps snapshot
nps snapshot

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.