Skip to content

Commit 80c8092

Browse files
committed
Regenerate callgraph docs from updated wiki-pages.
2011-06-03 Jeff Johnston <[email protected]> * Linux_Tools_Project/Callgraph/User_Guide/Installation.html: Regenerated. * Linux_Tools_Project/Callgraph/User_Guide/General-Usage.html: Ditto. * Linux_Tools_Project/Callgraph/User_Guide/General-Usage2.html: Ditto. * Linux_Tools_Project/Callgraph/User_Guide/User-Guide.html: Ditto.
1 parent 5e2e7b9 commit 80c8092

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

systemtap/org.eclipse.linuxtools.callgraph.docs/ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2011-06-03 Jeff Johnston <[email protected]>
2+
3+
* Linux_Tools_Project/Callgraph/User_Guide/Installation.html: Regenerated.
4+
* Linux_Tools_Project/Callgraph/User_Guide/General-Usage.html: Ditto.
5+
* Linux_Tools_Project/Callgraph/User_Guide/General-Usage2.html: Ditto.
6+
* Linux_Tools_Project/Callgraph/User_Guide/User-Guide.html: Ditto.
7+
18
2011-06-02 Jeff Johnston <[email protected]>
29

310
* *.html: Regenerate from wiki pages.

systemtap/org.eclipse.linuxtools.callgraph.docs/Linux_Tools_Project/Callgraph/User_Guide/General-Usage.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</tr>
3131
</table><hr/>
3232
<h1 id="General_Usage">General Usage</h1>
33-
<p>All the profiling plugins (including Eclipse-Callgraph) are accessible from the C/C++ perspective. To start using Eclipse-Callgraph, right-click on a project then navigate to
33+
<p>All the profiling plugins (including Eclipse Callgraph) are accessible from the C/C++ perspective. To start using Eclipse Callgraph, right-click on a project then navigate to
3434
<b>Profile As &gt; Function callgraph</b>.
3535
<center>
3636

@@ -43,7 +43,7 @@ <h1 id="General_Usage">General Usage</h1>
4343
<img border="0" src="images/Eclipsecallgraph-profilewhich.png"/>
4444
</center>
4545
</p>
46-
<p>After selecting an executable to profile, Eclipse-Callgraph will ask which files to probe. By default, all source files in the project will be selected.
46+
<p>After selecting an executable to profile, Eclipse Callgraph will ask which files to probe. By default, all source files in the project will be selected.
4747
<center>
4848

4949
<img border="0" src="images/Selectfilestoprobe.png"/>

systemtap/org.eclipse.linuxtools.callgraph.docs/Linux_Tools_Project/Callgraph/User_Guide/General-Usage2.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</tr>
3131
</table><hr/>
3232
<h1 id="General_Usage_2">General Usage</h1>
33-
<p>Most of the Eclipse-Callgraph's general functions are available through the
33+
<p>Most of Eclipse Callgraph's general functions are available through the
3434
<b>Callgraph</b> view's toolbar and
3535
<b>View Menu</b>.
3636
</p>
@@ -60,7 +60,7 @@ <h2 id="Code_link">Code link</h2>
6060
<b>Aggregate View</b>. Doing so will open the corresponding source file in the Eclipse editor and highlight the function definition.
6161
</p>
6262
<h2 id="Save.2Fload_profile_runs">Save/load profile runs</h2>
63-
<p>Large projects may take longer to render; as such, Eclipse-Callgraph allows you to save the data collected from a profile run. Loading the data file and attempting to render it will take a much shorter time than attempting to go through the full process of profiling a project. </p>
63+
<p>Large projects may take longer to render; as such, Eclipse Callgraph allows you to save the data collected from a profile run. Loading the data file and attempting to render it will take a much shorter time than attempting to go through the full process of profiling a project. </p>
6464
<p>To save or load data from a profile run, navigate to
6565
<b>File</b> (under the
6666
<b>View Menu</b>); this will display different options relating to saving and loading profile runs.

systemtap/org.eclipse.linuxtools.callgraph.docs/Linux_Tools_Project/Callgraph/User_Guide/Installation.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
</tr>
3131
</table><hr/>
3232
<h1 id="Installation">Installation</h1>
33-
<p>Performing visual function traces with Eclipse-Callgraph requires three components: </p>
33+
<p>Performing visual function traces with Eclipse Callgraph requires three components: </p>
3434
<ul>
35-
<li>the Eclipse-Callgraph package </li>
35+
<li>the Eclipse Callgraph plugins</li>
3636
<li>SystemTap </li>
3737
<li>the kernel information packages required by SystemTap</li>
3838
</ul>
39-
<p>You can install all of these items through
40-
<b>yum</b>. To install Eclipse-Callgraph and SystemTap, run:
39+
<p>On Fedora, you can install all of these items through
40+
<b>yum</b>. To install SystemTap, run:
4141
</p>
42-
<pre>yum install eclipse-callgraph systemtap systemtap-runtime -y
42+
<pre>yum -y install systemtap systemtap-runtime
4343
</pre>
4444
<p>The required kernel information packages are the matching
4545
<i>'-devel</i>',

systemtap/org.eclipse.linuxtools.callgraph.docs/Linux_Tools_Project/Callgraph/User_Guide/User-Guide.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
</tr>
2727
</table><hr/>
2828
<h1 id="Overview">Overview</h1>
29-
<p>The Eclipse-Callgraph plug-in provides a visual function trace of a program. This allows you to view a visualization of selected (or even all) functions used by the profiled application. </p>
29+
<p>The Eclipse Callgraph plug-in provides a visual function trace of a program. This allows you to view a visualization of selected (or even all) functions used by the profiled application. </p>
3030
<p>This plug-in allows you to profile C/C++ projects directly within the Eclipse IDE, providing various runtime details such as: </p>
3131
<ul>
3232
<li>The relationship between function calls </li>
3333
<li>Number of times each function was called </li>
3434
<li>Time taken by each instance of a function (relative to the program's execution time) </li>
3535
<li>Time taken by all instances of a function (relative to program's execution time)</li>
3636
</ul>
37-
<p>Eclipse-Callgraph uses SystemTap to perform function traces. For more information about SystemTap, refer to the
37+
<p>Eclipse Callgraph uses SystemTap to perform function traces. For more information about SystemTap, refer to the
3838
<a href="http://sources.redhat.com/systemtap/SystemTap_Beginners_Guide/">SystemTap Beginner's Guide</a>.
3939
</p><hr/>
4040
<table class="navigation" style="width: 100%;" border="0" summary="navigation">

0 commit comments

Comments
 (0)