aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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
parentde72fa24511ea687524bf200d7ce7a5620eabf56 (diff)
downloadopenembedded-core-contrib-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')
-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 @@
<para>
<ulink url="http://oprofile.sourceforge.net/">OProfile</ulink> is a
statistical profiler well suited for finding performance
- bottlenecks in both userspace software and in the kernel.
+ bottlenecks in both user-space software and in the kernel.
This profiler provides answers to questions like "Which functions does my application spend
the most time in when doing X?"
Because the OpenEmbedded build system is well integrated with OProfile, it makes profiling
@@ -4293,7 +4293,8 @@
<filename><ulink url='&YOCTO_DOCS_REF_URL;#var-DEBUG_BUILD'>DEBUG_BUILD</ulink></filename>
variable to "1" in the <filename>local.conf</filename> configuration file.
If you use the <filename>DEBUG_BUILD</filename> variable,
- you will also add extra debug information that can make the debug packages large.
+ you also add extra debugging information that can make the debug
+ packages large.
</para>
<section id="platdev-oprofile-target">