]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
wibbles
authorNicholas Nethercote <njn25@cam.ac.uk>
Mon, 23 Sep 2002 16:56:39 +0000 (16:56 +0000)
committerNicholas Nethercote <njn25@cam.ac.uk>
Mon, 23 Sep 2002 16:56:39 +0000 (16:56 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1104

cachegrind/docs/manual.html
docs/index.html

index 9af1ec200a33202c58f9a9142db511ae03f25c9f..2379a19666d95966af9cfb15cdff1ca6d6ba4b1c 100644 (file)
       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>
index d4db7c868a15f0d1f69922e4dd48f4afbca56181..9db334733d26ee29f75a096126b09b460a5ef516 100644 (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>