summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 12:34:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:18 +0100
commit0bef07d6ef089cc481970a069b5bf5b511b83436 (patch)
treea4d2f897cc25489face7df3572c6a27dfafae5be /documentation/dev-manual/dev-manual-common-tasks.xml
parentde72fa24511ea687524bf200d7ce7a5620eabf56 (diff)
downloadpoky-0bef07d6ef089cc481970a069b5bf5b511b83436.tar.gz
dev-manual: Edits to "Profiling with OProfile" section.
(From yocto-docs rev: 4530c0580667e54fdcc84aa4eb2d5e73ab23fca6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index f39b5b1f39..b62dee12f4 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4253,7 +4253,7 @@
4253 <para> 4253 <para>
4254 <ulink url="http://oprofile.sourceforge.net/">OProfile</ulink> is a 4254 <ulink url="http://oprofile.sourceforge.net/">OProfile</ulink> is a
4255 statistical profiler well suited for finding performance 4255 statistical profiler well suited for finding performance
4256 bottlenecks in both userspace software and in the kernel. 4256 bottlenecks in both user-space software and in the kernel.
4257 This profiler provides answers to questions like "Which functions does my application spend 4257 This profiler provides answers to questions like "Which functions does my application spend
4258 the most time in when doing X?" 4258 the most time in when doing X?"
4259 Because the OpenEmbedded build system is well integrated with OProfile, it makes profiling 4259 Because the OpenEmbedded build system is well integrated with OProfile, it makes profiling
@@ -4293,7 +4293,8 @@
4293 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-DEBUG_BUILD'>DEBUG_BUILD</ulink></filename> 4293 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-DEBUG_BUILD'>DEBUG_BUILD</ulink></filename>
4294 variable to "1" in the <filename>local.conf</filename> configuration file. 4294 variable to "1" in the <filename>local.conf</filename> configuration file.
4295 If you use the <filename>DEBUG_BUILD</filename> variable, 4295 If you use the <filename>DEBUG_BUILD</filename> variable,
4296 you will also add extra debug information that can make the debug packages large. 4296 you also add extra debugging information that can make the debug
4297 packages large.
4297 </para> 4298 </para>
4298 4299
4299 <section id="platdev-oprofile-target"> 4300 <section id="platdev-oprofile-target">