- bookworm 4:22.12.3-1
- testing 4:22.12.3-1
- unstable 4:24.12.0-2
- experimental 4:24.08.2-1
DPROF2CALLTREE(1) | General Commands Manual | DPROF2CALLTREE(1) |
NAME¶
dprof2calltree - convert perl's DProf profiling data to KCachegrind calltree format
SYNOPSIS¶
dprof2calltree -f input [ -o output ]
DESCRIPTION¶
dprof2calltree reads the tmon.out profiling data output by Perl's Devel::DProf profiling package, and converts it into calltree format for use by KCachegrind.
This utility is part of the KDE Software Development Kit.
OPTIONS¶
EXAMPLE¶
If you run a perl script as:
then this will write profiling data to tmon.out. You can then work with this data in KCachegrind as follows:
kcachegrind cachegrind.out.foo
SEE ALSO¶
AUTHOR¶
This converter was written by George Schlossnagle
<george@omniti.com>.
This manual page was prepared by Ben Burton <bab@debian.org> for the
Debian GNU/Linux system (but may be used by others).
October 15, 2004 |