Symbian3/PDK/Source/GUID-B77702FA-7385-51A0-986F-7667669CBDB2.dita
changeset 12 80ef3a206772
parent 9 59758314f811
--- a/Symbian3/PDK/Source/GUID-B77702FA-7385-51A0-986F-7667669CBDB2.dita	Fri Jul 02 12:51:36 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-B77702FA-7385-51A0-986F-7667669CBDB2.dita	Fri Jul 16 17:23:46 2010 +0100
@@ -12,10 +12,10 @@
 <concept id="GUID-B77702FA-7385-51A0-986F-7667669CBDB2" xml:lang="en"><title>Guide to Optimising Performance</title><prolog><metadata><keywords/></metadata></prolog><conbody>
 <p>This document highlights areas to investigate as part of a system-wide
 performance optimization process. </p>
-<section id="GUID-4B3CF640-15D0-462B-8E64-C002115DDF90"><title>Introduction</title> <p>During development much attention
-is devoted to functionality. It is typically only at the later stages
-of development that performance (speed, RAM use, power consumption)
-becomes an issue. This is inevitable for many good reasons. </p> <ul>
+<section id="GUID-4B3CF640-15D0-462B-8E64-C002115DDF90"><title>Introduction</title> <p>During development much attention is devoted to functionality.
+It is typically only at the later stages of development that performance
+(speed, RAM use, power consumption) becomes an issue. This is inevitable
+for many good reasons. </p> <ul>
 <li id="GUID-32A6D5A9-4A2C-5EC0-B602-98C0B14A9487"><p>Performance
 cannot be easily or usefully assessed until a device or system nears
 completion. </p> </li>
@@ -35,8 +35,8 @@
 to producing high-performance products. </p> <p>The Symbian Developer
 Library is full of advice on how to write fast and efficient code
 and how to configure your software and hardware for optimized performance. </p> </section>
-<section id="GUID-7AAFD9F5-6AFD-42C6-8872-F67EA380C7EB"><title>Objectives</title> <p>Performance improvement or optimization
-may be described as achieving some or all of the following: </p> <ul>
+<section id="GUID-7AAFD9F5-6AFD-42C6-8872-F67EA380C7EB"><title>Objectives</title> <p>Performance improvement or optimization may be described as achieving
+some or all of the following: </p> <ul>
 <li id="GUID-62821E16-8F93-5C56-ADD7-B1D1ACA08AFB"><p>Increased execution
 speed. Applications and processes perform or appear to perform tasks
 in less time. </p> </li>
@@ -49,17 +49,17 @@
 <li id="GUID-4554E6D0-76D7-589F-924A-9724074F8A0F"><p>Reduced power
 consumption. </p> </li>
 </ul> </section>
-<section id="GUID-A332DB15-D2A3-4596-95ED-5045DE2EA378"><title>Assessment and Measurement</title> <p>Making changes
-to functioning code is a time consuming and high-risk activity. Before
-making any changes, therefore, you must be confident that you are
-likely to have a significant beneficial impact and that you will be
-able to measure and quantify it. </p> <p>The Symbian platform includes
-tools and supports techniques that enable you to analyze, monitor
-and measure the performance of your system or device. </p> <p>The
-Symbian Platform Sampling Profiler </p> <p><xref href="GUID-BB174A7C-9B72-55C8-8C8A-F5FB14AB3607.dita">Hardware Debugging
-Tools</xref>  </p> <p><xref href="GUID-A3E77067-7982-5803-A274-0C8F2562B483.dita">General purpose logging
-(UTRACE)</xref>  </p> </section>
-<section id="GUID-863D9195-62F8-455E-89C2-AD1D912066A4"><title>Actions and Activities</title> <p><b>Configuration</b> </p> <p>The Symbian platform and many of its
+<section id="GUID-A332DB15-D2A3-4596-95ED-5045DE2EA378"><title>Assessment
+and Measurement</title> <p>Making changes to functioning code is a
+time consuming and high-risk activity. Before making any changes,
+therefore, you must be confident that you are likely to have a significant
+beneficial impact and that you will be able to measure and quantify
+it. </p> <p>The Symbian platform includes tools and supports techniques
+that enable you to analyze, monitor and measure the performance of
+your system or device. </p> <p>The Symbian Platform Sampling Profiler </p> <p><xref href="GUID-BB174A7C-9B72-55C8-8C8A-F5FB14AB3607.dita">Hardware
+Debugging Tools</xref>  </p> <p>General purpose logging (UTRACE)  </p> </section>
+<section id="GUID-863D9195-62F8-455E-89C2-AD1D912066A4"><title>Actions
+and Activities</title> <p><b>Configuration</b> </p> <p>The Symbian platform and many of its
 components support various build-time configuration parameters. These
 include settings in configuration and initialization files, macro
 definitions and patchable constant values. </p> <p><xref href="GUID-7E401451-16EB-515B-88B2-4D0D2D6C7A57.dita">Adjustable Performance
@@ -70,10 +70,10 @@
 of inefficient code is executed repeatedly. By identifying where bottlenecks
 exist you target specific areas of code that have a significant impact
 on performance. </p> <p><xref href="GUID-49645D0A-AEA4-5D61-A6F3-633D80DCFD5B.dita">Application Performance</xref>  </p> <p><xref href="GUID-12FF05BE-F06E-58F0-909D-05CB6F7FA03E.dita">Code Efficiency</xref>  </p> </section>
-<section id="GUID-F2E2E586-E2F8-4EC2-987A-F38ED2771F14"><title>Further Reading</title> <p>The following documents,
-located in other sections of the library, discuss performance and
-optimization issues relating to particular components of the operating
-system. </p> <ul>
+<section id="GUID-F2E2E586-E2F8-4EC2-987A-F38ED2771F14"><title>Further
+Reading</title> <p>The following documents, located in other sections
+of the library, discuss performance and optimization issues relating
+to particular components of the operating system. </p> <ul>
 <li id="GUID-EF06353C-E907-507E-8468-DC373D6E89AB"><p>Calendar: <xref href="GUID-94AC5E9C-146D-5FE7-B7B6-44AA139A6012.dita">Speeding up Agenda
 Application Start-up How-To Document, in the Agenda Model engineering
 documents section</xref>  </p> </li>