.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH KPROF 1 "May 7, 2001" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME kprof \- a KDE visual tool to help analyze profiling results .SH SYNOPSIS .B kprof .RI "[ " generic-options " ]" .SH DESCRIPTION This manual page documents briefly the .B kprof command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. .PP \fBKProf\fP is a visual tool for developers that displays the execution profiling output generated by code profiling tools. The output of gprof being usually difficult to read (beyond the flat profile information), KProf presents the information in list- or tree-views that make the execution profiling information very easy to understand. .PP Currently supported profilers include GNU gprof, Function Check and Palm OS Emulator with profile option. .SH OPTIONS For a full summary of options, run \fIkprof \-\-help\fP. .SH SEE ALSO .BR gprof (1). .PP The original documentation from the program author is available in \fI/usr/share/doc/kprof/\fP. See \fIhttp://kprof.sourceforge.net/\fP for further information. .SH AUTHOR KProf was written by Florent Pillet with help from others. .br This manual page was written by Ben Burton for the Debian GNU/Linux system (but may be used by others).