logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kcachegrind - a visualisation tool for valgrind profiling output

Author

       KCachegrind was written by Josef Weidendorfer <Josef.Weidendorfer@gmx.de>.
       This manual page was prepared by Ben Burton <bab@debian.org> for the Debian GNU/Linux system (but may  be
       used by others).

                                                 March 25, 2005                                   KCACHEGRIND(1)

Description

KCachegrind  is  a  visualisation tool for the profiling data generated by calltree, a profiling skin for
       valgrind.  Applications can be profiled using calltree without being recompiled, and shared libraries and
       plugin architectures are supported.

       For visualising the output from other profiling tools,  several  converters  are  available.   On  Debian
       systems these can be found in the kcachegrind-converters package.

       This application is part of the KDE Software Development Kit.

Name

       kcachegrind - a visualisation tool for valgrind profiling output

Options

       Below are the kcachegrind-specific options.  For a full summary of options, run kcachegrind--help.

       -rexec
              Run the program exec under cachegrind.

       trace-file
              Visualise data from the given trace.

See Also

calltree(1), dprof2calltree(1), memprof2calltree(1), op2calltree(1), pprof2calltree(1), valgrind(1).

       Full  user  documentation  is  available  through  the  KDE  Help  Centre.   You  can  also enter the URL
       help:/kcachegrind/ directly into konqueror or you  can  run  `khelpcenterhelp:/kcachegrind/'  from  the
       command-line.

       If  the  KDE  Help Centre is not installed then you can install the package kdesdk-doc-html and read this
       documentation in HTML format from /usr/share/doc/kde/HTML/en/kcachegrind/.

Synopsis

kcachegrind [ generic-options ] [ -rexec ] [ trace-file ]

See Also