~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to debian/hotshot2calltree.1

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-10-08 21:59:11 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051008215911-ba933rpep1hinbkm
Tags: 4:3.4.3-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                                      Hey, EMACS: -*- nroff -*-
 
2
.\" First parameter, NAME, should be all caps
 
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 
4
.\" other parameters are allowed: see man(7), man(1)
 
5
.TH HOTSHOT2CALLTREE 1 "October 15, 2004"
 
6
.\" Please adjust this date whenever revising the manpage.
 
7
.\"
 
8
.\" Some roff macros, for reference:
 
9
.\" .nh        disable hyphenation
 
10
.\" .hy        enable hyphenation
 
11
.\" .ad l      left justify
 
12
.\" .ad b      justify to both left and right margins
 
13
.\" .nf        disable filling
 
14
.\" .fi        enable filling
 
15
.\" .br        insert line break
 
16
.\" .sp <n>    insert n+1 empty lines
 
17
.\" for manpage-specific macros, see man(7)
 
18
.SH NAME
 
19
hotshot2calltree \- convert hotshot profiling data to KCachegrind calltree format
 
20
.SH SYNOPSIS
 
21
.B hotshot2calltree
 
22
[ \fB\-\-file\-limit\fP \fIlimit\fP ]
 
23
\fB\-o\fP \fIoutput\fP \fIinput\fP [ \fIinput\fP ... ]
 
24
.SH DESCRIPTION
 
25
\fBhotshot2calltree\fP reads one or more pstat profiling data files
 
26
as output by the hotshot python profiler, and converts them into
 
27
calltree format for use by KCachegrind.
 
28
.PP
 
29
This utility is part of the KDE Software Development Kit.
 
30
.SH OPTIONS
 
31
.TP
 
32
\fB\-o\fP \fIoutput\fP
 
33
Write the calltree output into the given file for use by KCachegrind.
 
34
This may be \fB\-\fP if you wish to write to standard output.
 
35
.TP
 
36
\fIinput\fP ...
 
37
Read the hotshot profiling data from the given file(s).
 
38
.TP
 
39
\fB\-\-file\-limit\fP \fIlimit\fP
 
40
Stop after the given number of input files.
 
41
.SH EXAMPLE
 
42
Suppose that you have used hotshot to profile a python app, with results
 
43
dumped to the file \fIpythongrind.prof\fP.  You may then work with this
 
44
data in KCachegrind as follows.
 
45
.PP
 
46
.RS
 
47
hotshot2cachegrind \-o cachegrind.out.0 pythongrind.prof
 
48
.br
 
49
kcachegrind cachegrind.out.0
 
50
.RE
 
51
.SH SEE ALSO
 
52
.BR kcachegrind (1).
 
53
.SH AUTHOR
 
54
This converter was written by Jorg Beyer <job@webde-ag.de>.
 
55
.br
 
56
This manual page was prepared by Ben Burton <bab@debian.org>
 
57
for the Debian GNU/Linux system (but may be used by others).