Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Performance3.3"

(Bugs With Possibly High Impact)
(Bugs With Possibly High Impact)
Line 49: Line 49:
  
 
'''Equinox Framework'''
 
'''Equinox Framework'''
  <font color="#33cc00">
+
  <font color="#33cc00">[build] full build after starting with a newly installed build</font> ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=174930 bug 174930])  
[build] full build after starting with a newly installed build</font> ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=174930 bug 174930])  
+
  
 
'''Platform Debug'''
 
'''Platform Debug'''

Revision as of 13:14, 17 April 2007

3.3 Performance And Leak Pass

This page contains the current list of items that jumped to our attention while looking at performance and leak problems.

Plan

  1. each team investigates its red performance tests and creates bugs with 'performance' keyword where needed
  2. the team lead prioritizes (see below) bugs that have the performance keyword and looks out for other performance related bugs
  3. the team lead prioritizes bugs reporting leaks (add the 'performance' keyword so that we find them easily). Here is a bug list with 'leak' in the summary.
  4. each team starts investigating and fixing their bugs according to assigned priority with the help of the performance team


Fixed items are colored in green
Deferred items are colored in red

Priorities

The bugs we want to fix get a '3.3' or '3.3 M7' target milestone and the priority using the guidance below. The priority link takes you to the list of the corresponding open 3.3 performance or leak bugs. The ones that are suspected to have high impact are listed below per component.

P1

  • performance test degradations, especially when in the fingerprints
  • bugs that slow down the user in most common scenarios, e.g. full build on startup
  • leaks that happen in common scenarios and grow the memory each time

P2

  • bugs that obviously slow down the user
  • all other leaks that grow each time the scenario is repeated

P3

  • other performance bugs that should be addressed for 3.3
  • leaks that are not real leaks but holding on to last instance

Bugs With Possibly High Impact

Equinox Bundles

Core Headless Startup performance decresed for Eclipse 3.3 (bug 180219)

Equinox Framework

[build] full build after starting with a newly installed build (bug 174930) 

Platform Debug

RetargetAction should not update upon text selection change (bug 180441)

Platform Resources

URIUtil.toURI(IPath) and toURI(String) very expensive (bug 174148)
ContentTypeMatcher does too much work (bug 182337)

Platform UI

[Commands] Commands takes 81% of the time to open a workbench window (bug 179725)
[EditorMgmt] OpenMultipleEditorTest#testOpenMultipleEditors: running (bug 179578)
[Perspectives] PerspectiveSwitchTest#testPerspectiveSwitch 50% slower than M5 (bug 179581)


JDT Core

 4% regression in build performance test #testFullBuildProjectAllWarnings (bug 176808)

--Dani - 13:10 April 17, 2007 (EDST)

Copyright © Eclipse Foundation, Inc. All Rights Reserved.