~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to valgrind/org.eclipse.linuxtools.valgrind.doc/Linux_Tools_Project/Valgrind/User_Guide/User-Guide.html

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2012-06-29 12:07:30 UTC
  • Revision ID: package-import@ubuntu.com-20120629120730-bfri1xys1i71dpn6
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml">
 
3
        <head>
 
4
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 
5
                <title>Valgrind User Guide</title>
 
6
                <link type="text/css" rel="stylesheet" href="../../../book.css"/>
 
7
        </head>
 
8
        <body>
 
9
                <table class="navigation" style="width: 100%;" border="0" summary="navigation">
 
10
                        <tr>
 
11
                                <th style="width: 100%" align="center" colspan="3">Valgrind User Guide</th>
 
12
                        </tr>
 
13
                        <tr>
 
14
                                <td style="width: 20%" align="left"></td>
 
15
                                <td style="width: 60%" align="center"></td>
 
16
                                <td style="width: 20%" align="right">
 
17
                                        <a href="Installing.html" title="Installing">
 
18
                                                <img alt="Next" border="0" src="../../../images/next.gif"/>
 
19
                                        </a>
 
20
                                </td>
 
21
                        </tr>
 
22
                        <tr>
 
23
                                <td style="width: 20%" align="left" valign="top"></td>
 
24
                                <td style="width: 60%" align="center"></td>
 
25
                                <td style="width: 20%" align="right" valign="top">Installing</td>
 
26
                        </tr>
 
27
                </table><hr/>
 
28
                <h1 id="Overview">Overview</h1>
 
29
                <p>
 
30
                        <b>Valgrind</b> is an instrumentation framework for building dynamic analysis tools that can be used to profile applications in detail. Valgrind tools are generally used to automatically detect many memory management and threading problems. The Valgrind suite also includes tools that allow you to build new profiling tools to suit your needs.
 
31
                </p>
 
32
                <p>The Valgrind plug-in for Eclipse (documented herein) integrates several Valgrind tools into Eclipse. This allows Eclipse users to seamlessly include profiling capabilities into their workflow. At present, the Valgrind plug-in for Eclipse supports four Valgrind tools: 
 
33
                        <a href="Using-Memcheck.html#Using_Memcheck">Memcheck</a>, 
 
34
                        <a href="Using-Massif.html#Using_Massif">Massif</a>, 
 
35
                        <a href="Using-Cachegrind.html#Using_Cachegrind">Cachegrind</a> and 
 
36
                        <a href="Using-Helgrind.html#Using_Helgrind">Helgrind</a>.
 
37
                </p>
 
38
                <p>For more information about Valgrind, refer to 
 
39
                        <a href="http://www.valgrind.org/">http://www.valgrind.org/</a>.
 
40
                </p><hr/>
 
41
                <table class="navigation" style="width: 100%;" border="0" summary="navigation">
 
42
                        <tr>
 
43
                                <td style="width: 20%" align="left"></td>
 
44
                                <td style="width: 60%" align="center"></td>
 
45
                                <td style="width: 20%" align="right">
 
46
                                        <a href="Installing.html" title="Installing">
 
47
                                                <img alt="Next" border="0" src="../../../images/next.gif"/>
 
48
                                        </a>
 
49
                                </td>
 
50
                        </tr>
 
51
                        <tr>
 
52
                                <td style="width: 20%" align="left" valign="top"></td>
 
53
                                <td style="width: 60%" align="center"></td>
 
54
                                <td style="width: 20%" align="right" valign="top">Installing</td>
 
55
                        </tr>
 
56
                </table>
 
57
        </body>
 
58
</html>
 
 
b'\\ No newline at end of file'