Difference between revisions of "Performance"

From Apache OpenOffice Wiki
Jump to: navigation, search
(The performance project)
 
(11 intermediate revisions by 7 users not shown)
Line 2: Line 2:
 
== The performance project ==
 
== The performance project ==
  
This wiki page is the collaboration entry point for the [http://performance.openoffice.org/ OOo Performance project].
+
This wiki page is the collaboration entry point for the [https://www.openoffice.org/performance// AOo Performance project].
  
For questions and discussions, please use the new mailing list from the performance project: [mailto:dev@performance.openoffice.org dev@performance.openoffice.org]
+
For questions and discussions, please use the new mailing list from the performance project: [mailto:dev@openoffice.apache.org dev@openoffice.apache.org]
  
 
When you plan to file an issue with regard to performance, please make sure to add the keyword <tt>performance</tt>
 
When you plan to file an issue with regard to performance, please make sure to add the keyword <tt>performance</tt>
Line 13: Line 13:
  
 
== Deliverables ==
 
== Deliverables ==
* a test system for collecting reproducible and comparable performance data of OpenOffice.org master builds.
+
* A test system for collecting reproducible and comparable performance data of OpenOffice.org master builds.
* a test methodology for measuring and comparing performance data of OpenOffice.org master and CWS builds.
+
* A test methodology for measuring and comparing performance data of OpenOffice.org master and CWS builds.
* lightweight tools that automatically collect performance data and assist developers in identifying performance bottlenecks.
+
* Lightweight tools that automatically collect performance data and assist developers in identifying performance bottlenecks.
* real life test scenarios which will also be reflected in the automatic performance tests.
+
* Real life test scenarios which will also be reflected in the automatic performance tests.
 
* OpenOffice.org startup performance improvements
 
* OpenOffice.org startup performance improvements
 
* OpenOffice.org ODF load/save performance improvements
 
* OpenOffice.org ODF load/save performance improvements
Line 24: Line 24:
 
===Plan===
 
===Plan===
 
*To-Dos
 
*To-Dos
Probably a lot - please [[Performance/To-Dos| continue here]].
+
''Probably a lot - please [[Performance/To-Dos| continue here]].
  
 
===Work===
 
===Work===
'''Startup'''
+
====Startup====
 
* [[Performance/Startup#Issues]]
 
* [[Performance/Startup#Issues]]
 
* [[Performance/Configuration]]
 
* [[Performance/Configuration]]
Line 37: Line 37:
 
** [http://wiki.services.openoffice.org/wiki/Performance/Achievements_Windows_Startup Current start up performance achievements for Windows]
 
** [http://wiki.services.openoffice.org/wiki/Performance/Achievements_Windows_Startup Current start up performance achievements for Windows]
  
'''Writer'''
+
====Writer====
* What's going on in Writer load/save performance [http://wiki.services.openoffice.org/wiki/Performance/WriterInProgress see here ]
+
* [[Performance/WriterInProgress|Writer Load/Save Performance]]
  
'''Calc'''
+
====Calc====
 
{{:Calc/InProgress/Performance}}
 
{{:Calc/InProgress/Performance}}
 
For finished work see [[Calc/Done/Performance]].
 
For finished work see [[Calc/Done/Performance]].
  
'''Impress'''
+
====Impress====
 
* Impress OpenDocument load/save performance [[Impress/Performance#OpenDocument]]
 
* Impress OpenDocument load/save performance [[Impress/Performance#OpenDocument]]
 
* Impress slideshow performance [[Impress/Performance#Slideshow]]
 
* Impress slideshow performance [[Impress/Performance#Slideshow]]
  
'''Base'''
+
====Base====
 
* [http://wiki.services.openoffice.org/wiki/Base/Performance General performance planning]
 
* [http://wiki.services.openoffice.org/wiki/Base/Performance General performance planning]
 
* [http://wiki.services.openoffice.org/wiki/Base/Performance#Row_Fetching Row fetching performance]
 
* [http://wiki.services.openoffice.org/wiki/Base/Performance#Row_Fetching Row fetching performance]
  
'''Load/Save General (Non Application Specific Tasks)'''
+
====Load/Save General (Non Application Specific Tasks)====
  
 
* [[RTLLogFileAnalysis|RTL_LOGFILE Analysis]]
 
* [[RTLLogFileAnalysis|RTL_LOGFILE Analysis]]
Line 92: Line 92:
 
* [http://developer.amd.com/cpu/CodeAnalyst/codeanalystwindows/Pages/default.aspx AMD CodeAnalyst] - profiler for windows, optimized for AMD, VisualStudio integration
 
* [http://developer.amd.com/cpu/CodeAnalyst/codeanalystwindows/Pages/default.aspx AMD CodeAnalyst] - profiler for windows, optimized for AMD, VisualStudio integration
 
* [[Performance/Tools/VerySleepy (HowTo)]] Very Sleepy 0.4 - open source profiler for windows, works on any cpu, very easy to use
 
* [[Performance/Tools/VerySleepy (HowTo)]] Very Sleepy 0.4 - open source profiler for windows, works on any cpu, very easy to use
 +
* [[Performance/AOO3.4.1_PVT_Introduction]] An introduction about performance test in AOO 3.4.1
  
 
==== Benchmarks & Description ====
 
==== Benchmarks & Description ====
Line 108: Line 109:
 
* [http://sw.openoffice.org/drafts/optimization.html Writer (SW, XML, Math, Linguistic) specific Optimizations]
 
* [http://sw.openoffice.org/drafts/optimization.html Writer (SW, XML, Math, Linguistic) specific Optimizations]
 
* [http://tools.openoffice.org/performance/performance-activities-overview.html Current & Planned Performance Activities]
 
* [http://tools.openoffice.org/performance/performance-activities-overview.html Current & Planned Performance Activities]
 +
* [http://wiki.services.openoffice.org/wiki/User:Blibrestez55/Books/Blibrestez55platform_integration
  
 
[[Category:Development]]
 
[[Category:Development]]

Latest revision as of 10:52, 10 September 2022

Performance 170.png
Performance Project

performance.openoffice.org

Quick Navigation

Team

Communication

Activities

About this template


The performance project

This wiki page is the collaboration entry point for the AOo Performance project.

For questions and discussions, please use the new mailing list from the performance project: dev@openoffice.apache.org

When you plan to file an issue with regard to performance, please make sure to add the keyword performance

The official (incubator) project was started February 2009, but there have already been a lot of activities in this area in the past, so some of the information here (especially on the linked wiki pages) might be outdated.

This page will be cleaned up soon.

Deliverables

  • A test system for collecting reproducible and comparable performance data of OpenOffice.org master builds.
  • A test methodology for measuring and comparing performance data of OpenOffice.org master and CWS builds.
  • Lightweight tools that automatically collect performance data and assist developers in identifying performance bottlenecks.
  • Real life test scenarios which will also be reflected in the automatic performance tests.
  • OpenOffice.org startup performance improvements
  • OpenOffice.org ODF load/save performance improvements
  • Performance oriented analysis of OpenOffice.org's framework

Work in progress

Plan

  • To-Dos

Probably a lot - please continue here.

Work

Startup

Writer

Calc


For finished work see Calc/Done/Performance.

Impress

Base

Load/Save General (Non Application Specific Tasks)

Achievement

Performance Status

User Experience Index (UEI)

UEI and Case Documents

Distribution and Tracing

Analysis of Performance

Hotspots

Test results for different versions

Tooling and TC

Helpful Tooling and Resources

Test Environment

Popular reference configuration(use similar env on Hamburg and Beijing)

CPU:    Core2 Duo 1.5~2G
Memory: 512M
OS:     WindowsXP HOME

Test & Tuning Tools

Benchmarks & Description

If you have some benchmarks, share them here!

Integrated improvements

Other Resource

This Wiki page should become the ultimate authority on performance issues. Meanwhile, here are links to performance informationat other places

Personal tools