http://pwet.fr/man/linux/commandes/callgrindNAMEcallgrind - calls valgrind with the callgrind tool SYNOPSIScallgrind
[options] progs-and-args
DESCRIPTIONCallgrind 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 recommand 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; see below. OPTIONSThis program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of most important options is included below.
SEE ALSOcallgrind_control,
callgrind_annotate,
/usr/share/doc/valgrind/html/callgrind.html
AUTHORThis manual page was written by Josef Weidendorfer <Josef weidendor...@gmx.de>. |