- bookworm 4:22.12.3-1
- testing 4:22.12.3-1
- unstable 4:24.12.0-2
- experimental 4:24.08.2-1
PPROF2CALLTREE(1) | General Commands Manual | PPROF2CALLTREE(1) |
NAME¶
pprof2calltree - convert APD profiling data to KCachegrind calltree format
SYNOPSIS¶
pprof2calltree -f input
DESCRIPTION¶
pprof2calltree reads the pprof profiling data output by APD (http://pecl.php.net/apd/), and converts it into calltree format for use by KCachegrind.
This utility is part of the KDE Software Development Kit.
OPTIONS¶
- -f input
- Specifies the APD pprof trace file to convert. This generally has a name of the form pprof.XXXXX.Y. The calltree output for KCachegrind will then be written to the file cachegrind.out.XXXXX.Y.
EXAMPLE¶
Suppose you profile a script with APD and obtain the pprof trace file pprof.12345.1. You can then work with this data in KCachegrind as follows.
kcachegrind cachegrind.out.12345.1
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 |