a:active { color: #0000C0;
text-decoration: none; }
</style>
- <title>Valgrind</title>
+ <title>Cachegrind</title>
</head>
<body bgcolor="#ffffff">
<a name="title"> </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>
<h3>1.1 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>
<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>