Bug 28185 - 14% of java file opening time spent in TextViewer .applyTextPresentation
Summary: 14% of java file opening time spent in TextViewer .applyTextPresentation
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2002-12-12 11:15 EST by Adam Kiezun CLA
Modified: 2002-12-12 12:59 EST (History)
0 users

See Also:


Attachments
opening a big java file (9.16 KB, text/plain)
2002-12-12 11:17 EST, Adam Kiezun CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2002-12-12 11:15:49 EST
most of which is spent in enlarging the size of 1 arraylist
(this is strange - how does this relate to bug 28176 ?)
Comment 1 Adam Kiezun CLA 2002-12-12 11:17:13 EST
Created attachment 2772 [details]
opening a big java file

maybe that list could be initialized to something larger than 10?
Comment 2 Kai-Uwe Maetzel CLA 2002-12-12 12:59:28 EST
Initialize size to the correct value. Build > 20021212.
Comment 3 Kai-Uwe Maetzel CLA 2002-12-12 12:59:42 EST
.