|
From: <sv...@va...> - 2006-07-14 05:47:26
|
Author: njn Date: 2006-07-14 06:47:20 +0100 (Fri, 14 Jul 2006) New Revision: 284 Log: Update Callgrind info. Modified: trunk/info/tools.html Modified: trunk/info/tools.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/info/tools.html 2006-07-03 01:43:58 UTC (rev 283) +++ trunk/info/tools.html 2006-07-14 05:47:20 UTC (rev 284) @@ -8,6 +8,7 @@ <li> </li> <li><a href=3D"#memcheck">Memcheck</a></li> <li><a href=3D"#cachegrind">Cachegrind</a></li> + <li><a href=3D"#callgrind">Callgrind</a></li> <li><a href=3D"#massif">Massif</a></li> <li><a href=3D"#helgrind">Helgrind</a></li> <li><a href=3D"#others">Other Tools</a></li> @@ -59,7 +60,19 @@ useful with programs written in any language. Cachegrind runs programs about 20--100x slower than normal.</p> =20 +<a name=3D"callgrind"></a> +<h3>Callgrind</h3> =20 +Callgrind, by Josef Weidendorfer, is an extension to=20 +<a href=3D"#cachegrind">Cachegrind</a>. It provides all the +information that Cachegrind does, plus extra information about +callgraphs. It was folded into the main Valgrind distribution in=20 +version 3.2.0. Available separately is an amazing visualisation tool,=20 +<a href=3D"http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGri= ndIndex">KCachegrind</a>,=20 +which gives a much better overview of the data it collects; it can +also be used to visualise Cachegrind's output.</p> + + <a name=3D"massif"></a> <h3>Massif</h3> =20 @@ -98,13 +111,6 @@ <a name=3D"others"></a> <h3>Other Tools</h3> =20 -<p><a href=3D"http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/Kcache= GrindIndex">Callgrind</a>,=20 -by Josef Weidendorfer, is an extension to=20 -<a href=3D"#cachegrind">Cachegrind</a>. It provides all the -information that Cachegrind does, plus extra information about -callgraphs. It comes with an amazing visualisation tool, KCachegrind, wh= ich -gives a much better overview of the data it collects.</p> - <p>Several other Valgrind tools have been created: you can find a list of them on the=20 <a href=3D"/downloads/variants.html">Variants / Patches</a> |