From c4dbcca8b5d53d97e1108aa42d829e8ae307fbcb Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Thu, 6 Aug 2009 00:31:28 +0000 Subject: [PATCH] Remove man-callgrind.xml, because Callgrind no longer has a separate man page (it hasn't for a long time). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10725 --- callgrind/Makefile.am | 3 +- callgrind/docs/man-callgrind.xml | 100 ------------------------------- 2 files changed, 1 insertion(+), 102 deletions(-) delete mode 100644 callgrind/docs/man-callgrind.xml diff --git a/callgrind/Makefile.am b/callgrind/Makefile.am index f512d9a5a3..12455820ee 100644 --- a/callgrind/Makefile.am +++ b/callgrind/Makefile.am @@ -5,8 +5,7 @@ EXTRA_DIST = \ docs/cl-manual.xml \ docs/cl-format.xml \ docs/man-annotate.xml \ - docs/man-control.xml \ - docs/man-callgrind.xml + docs/man-control.xml #---------------------------------------------------------------------------- # Headers, etc diff --git a/callgrind/docs/man-callgrind.xml b/callgrind/docs/man-callgrind.xml deleted file mode 100644 index 731c3fb5ff..0000000000 --- a/callgrind/docs/man-callgrind.xml +++ /dev/null @@ -1,100 +0,0 @@ - - %cl-entities; ]> - - - - - Callgrind - 1 - November 18, 2005 - - - - callgrind - calls valgrind with the callgrind tool - - - - - callgrind - options - progs-and-args - - - - - -Description - -Callgrind is a profiling tool similar to gprof, -but by being able to observe a program run in great detail - using -Valgrind - it can give much more information. The binary does not have -to be prepared for profiling with callgrind in any -special way. Still, it is recommended to compile with debug information. - -Callgrind builds up the call graph of a program -while it is running, and optionally does cache simulation. The collected -profiling data can be stored into an output file multiple times in a -program run, optionally separately for every thread in the case of -multithreaded code. For interactive inspection and control, see -callgrind_control. The data produced -(callgrind.out.<pid>) can be analysed with -callgrind_annotate or better with the graphical profile -visualization KCachegrind. Further documentation can -be found in HTML format either on your filesystem: -&cl-doc-path; or online at -&cl-doc-url;. - - - - - -Options - -This program follows the usual GNU command line syntax, with long -options starting with two dashes ('--'). - - - - - - - - - -See Also - -callgrind_control, -callgrind_annotate, -&cl-doc-path; - - - - - - -Author - -This manual page was written by Josef Weidendorfer <&cl-email;>. - - - - - - -Copyright - -Copyright © &cl-lifespan; Josef Weidendorfer -This is free software; see the source for copying conditions. -There is NO warranty; not even for MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. - - - - - - - -- 2.47.3