Bug 12620 - Debug performance analysis
Summary: Debug performance analysis
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Darin Swanson CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2002-04-02 10:48 EST by Tod Creasey CLA
Modified: 2002-05-14 10:40 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2002-04-02 10:48:55 EST
When I open an AbstractDebugView for the first time the createPartControl 
method in AbstractDebugView takes 2135 ms. Note this time was measured using 
OptimizeIt so the time is likely worse than the actual running time.

STEPS
1) Create a fresh workbench
2) Import all of Eclipse with source
3) Switch to the Debug Perspective
Comment 1 Darin Swanson CLA 2002-05-03 16:51:44 EDT
My analysis of the AbstractDebugView hit (I get 1210 ms):
700++ ms in RegistryReader.readExtension
270 ms creating the images for the tool bars
Comment 2 Darin Wright CLA 2002-05-14 10:40:33 EDT
No action.