git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1104
This commit is contained in:
Nicholas Nethercote 2002-09-23 16:56:39 +00:00
parent ee70f4950b
commit f68cbf9ea9
2 changed files with 7 additions and 7 deletions

View File

@ -19,13 +19,13 @@
a:active { color: #0000C0;
text-decoration: none; }
</style>
<title>Valgrind</title>
<title>Cachegrind</title>
</head>
<body bgcolor="#ffffff">
<a name="title">&nbsp;</a>
<h1 align=center>Valgrind, version 1.0.0</h1>
<h1 align=center>Cachegrind, version 1.0.0</h1>
<center>This manual was last updated on 20020726</center>
<p>
@ -73,10 +73,10 @@ Any feedback, bug-fixes, suggestions, etc, welcome.
<h3>1.1&nbsp; Overview</h3>
First off, as for normal Valgrind use, you probably want to turn on debugging
info (the <code>-g</code> flag). But by contrast with normal Valgrind use, you
probably <b>do</b> want to turn optimisation on, since you should profile your
program as it will be normally run.
First off, as for normal Valgrind use, you probably want to compile with
debugging info (the <code>-g</code> flag). But by contrast with normal
Valgrind use, you probably <b>do</b> want to turn optimisation on, since you
should profile your program as it will be normally run.
The two steps are:
<ol>

View File

@ -26,7 +26,7 @@
<body>
<h2>Documentation Contents</h2>
<a href="../core/docs/index.html"><b>Core</b></a><br>
<a href="../coregrind/docs/index.html"><b>Core</b></a><br>
<a href="../memcheck/docs/index.html"><b>memcheck</b></a><br>
<a href="../cachegrind/docs/index.html"><b>Cachegrind</b></a><br>
</body>