Bug 34078 - Hierarchy: 27% of time spent reporting progress
Summary: Hierarchy: 27% of time spent reporting progress
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC3   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-07 08:08 EST by Jerome Lanneluc CLA
Modified: 2003-03-19 08:00 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2003-03-07 08:08:48 EST
Build 20030306

Running a self-hosting workspace under OptimizeIt shows that 27% of the time 
computing the hierarchy on IResource is spent in the worked(int) method.

We call this method too often for very litle progress.
Comment 1 Jerome Lanneluc CLA 2003-03-07 10:01:11 EST
Fixed IndexBasedHierarchyBuilder.searchAllPossibleSubTypes(...) to pass null as 
the progress monitor to the SubTypeSearchJob.
Comment 2 David Audel CLA 2003-03-19 08:00:05 EST
Verified.