Skip to main content
summaryrefslogtreecommitdiffstats
path: root/gcov
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-04-25 12:08:10 +0000
committerXavier Raynaud2013-04-25 15:17:55 +0000
commitc8b92afe52490936be82b7f43002938ff80634e8 (patch)
treeeba8d3f29a75df6214cb0680038e8ba78629f01e /gcov
parent9d47103b5b72a958e94e0925041a4457bf7dc3ad (diff)
downloadorg.eclipse.linuxtools-c8b92afe52490936be82b7f43002938ff80634e8.tar.gz
org.eclipse.linuxtools-c8b92afe52490936be82b7f43002938ff80634e8.tar.xz
org.eclipse.linuxtools-c8b92afe52490936be82b7f43002938ff80634e8.zip
GCov/GProf: sync docs bundles with wiki.
Change-Id: I4397523d868456a13bcb93ee9961329f32f5c475 Reviewed-on: https://git.eclipse.org/r/12186 Tested-by: Hudson CI Reviewed-by: Xavier Raynaud <xavier.raynaud@kalray.eu> IP-Clean: Xavier Raynaud <xavier.raynaud@kalray.eu>
Diffstat (limited to 'gcov')
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.docs/Linux_Tools_Project/GCov/User_Guide/Installation-and-Set-Up.html2
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.docs/Linux_Tools_Project/GCov/User_Guide/User-Guide.html5
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.docs/build-helper.xml2
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.docs/extract-markup.xsl9
4 files changed, 5 insertions, 13 deletions
diff --git a/gcov/org.eclipse.linuxtools.gcov.docs/Linux_Tools_Project/GCov/User_Guide/Installation-and-Set-Up.html b/gcov/org.eclipse.linuxtools.gcov.docs/Linux_Tools_Project/GCov/User_Guide/Installation-and-Set-Up.html
index cc13ca700b..c044fcb5bd 100644
--- a/gcov/org.eclipse.linuxtools.gcov.docs/Linux_Tools_Project/GCov/User_Guide/Installation-and-Set-Up.html
+++ b/gcov/org.eclipse.linuxtools.gcov.docs/Linux_Tools_Project/GCov/User_Guide/Installation-and-Set-Up.html
@@ -31,7 +31,7 @@
</table><hr/>
<h1 id="Installation_and_Set-Up">Installation and Set-Up</h1>
<p>Gprof plugin depends on binutils (such as addr2line, c++filt and nm). Gprof can be used on any platform as soon as these binutils are in PATH. For example, you can use it on Windows with Cygwin.</p>
- <p>First of all, the user has to compile the C/C++ program with profiling enabled using "-ftest-coverage -fprofile-arcs" options prior to running the tool.</p><hr/>
+ <p>First of all, the user has to compile the C/C++ program with profiling enabled using "-ftest-coverage -fprofile-arcs" options prior to running the tool. These two options must be passed to both the compiler and the linker (please refer to gcc documentation for further information)</p><hr/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/gcov/org.eclipse.linuxtools.gcov.docs/Linux_Tools_Project/GCov/User_Guide/User-Guide.html b/gcov/org.eclipse.linuxtools.gcov.docs/Linux_Tools_Project/GCov/User_Guide/User-Guide.html
index 22b66b5468..2f818d11e3 100644
--- a/gcov/org.eclipse.linuxtools.gcov.docs/Linux_Tools_Project/GCov/User_Guide/User-Guide.html
+++ b/gcov/org.eclipse.linuxtools.gcov.docs/Linux_Tools_Project/GCov/User_Guide/User-Guide.html
@@ -25,10 +25,11 @@
<td style="width: 20%" align="right" valign="top">Installation and Set-Up</td>
</tr>
</table><hr/>
+ <p>{{#eclipseproject:tools.linuxtools}}</p>
<h1 id="Overview">Overview</h1>
<p>The Gcov plugin allows to visualize in eclipse gcov's output (aka *.gcda/*.gcno files).</p>
- <p>For more details on gcov, visit the GNU Gprof documentation at
- <a href="http://gcc.gnu.org/onlinedocs/gcc-4.5.0/gcc/Gcov.html">http://gcc.gnu.org/onlinedocs/gcc-4.5.0/gcc/Gcov.html</a> .
+ <p>For more details on gcov, visit the GNU GCov documentation at
+ <a href="http://gcc.gnu.org/onlinedocs/gcc-4.7.0/gcc/Gcov.html">http://gcc.gnu.org/onlinedocs/gcc-4.7.0/gcc/Gcov.html</a> .
</p><hr/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
diff --git a/gcov/org.eclipse.linuxtools.gcov.docs/build-helper.xml b/gcov/org.eclipse.linuxtools.gcov.docs/build-helper.xml
index aa7660449c..8b2a68cdf4 100644
--- a/gcov/org.eclipse.linuxtools.gcov.docs/build-helper.xml
+++ b/gcov/org.eclipse.linuxtools.gcov.docs/build-helper.xml
@@ -20,7 +20,7 @@
<path id="wikitext.tasks.classpath">
<!-- Replace dir with the dir you have wikitext installed into.-->
- <fileset dir="/usr/share/eclipse/dropins/mylyn-wikitext/eclipse/plugins">
+ <fileset dir="/usr/share/eclipse/dropins/mylyn/eclipse/plugins">
<include name="org.eclipse.mylyn.wikitext.*core*.jar" />
</fileset>
</path>
diff --git a/gcov/org.eclipse.linuxtools.gcov.docs/extract-markup.xsl b/gcov/org.eclipse.linuxtools.gcov.docs/extract-markup.xsl
deleted file mode 100644
index 4c4e731948..0000000000
--- a/gcov/org.eclipse.linuxtools.gcov.docs/extract-markup.xsl
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:mw="http://www.mediawiki.org/xml/export-0.3/">
- <xsl:output method="text"/>
-
- <xsl:template match="/">
- <xsl:value-of select="//mw:text"/>
- </xsl:template>
-</xsl:stylesheet>

Back to the top