Difference between revisions of "Impress/Performance/OpenDocument"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: = Phase 1: Analyze = == Results from analyze of DEV300m10 with sleepy under windows == * xml import takes up nearly all of the time during load, that is as expected * during xml import, ...)
 
(Results from analyze of DEV300m10 with sleepy under windows)
Line 6: Line 6:
 
* during xml import, nearly all time is taken by SvXMLImport::startElement, that is also expected
 
* during xml import, nearly all time is taken by SvXMLImport::startElement, that is also expected
 
** in SvXMLImport::startElement, SdXMLShapeContext::AddShape takes 75% and SdXMLShapeContext::SetStyle only 21%, this is interesting
 
** in SvXMLImport::startElement, SdXMLShapeContext::AddShape takes 75% and SdXMLShapeContext::SetStyle only 21%, this is interesting
 +
*** nearly all time is spend in SdDrawPage::add

Revision as of 17:13, 10 February 2009

Phase 1: Analyze

Results from analyze of DEV300m10 with sleepy under windows

  • xml import takes up nearly all of the time during load, that is as expected
  • during xml import, nearly all time is taken by SvXMLImport::startElement, that is also expected
    • in SvXMLImport::startElement, SdXMLShapeContext::AddShape takes 75% and SdXMLShapeContext::SetStyle only 21%, this is interesting
      • nearly all time is spend in SdDrawPage::add
Personal tools