File: chicken-profile.1

package info (click to toggle)
chicken 3.2.7-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 26,392 kB
  • ctags: 41,164
  • sloc: ansic: 457,212; lisp: 42,775; sh: 280; makefile: 144; asm: 143; cpp: 21
file content (61 lines) | stat: -rw-r--r-- 969 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.\" dummy line
.TH CHICKEN-PROFILE 1 "19 Sep 2001"

.SH NAME

chicken-profile \- generate a report from Chicken Scheme profiled program output

.SH SYNOPSIS

.B chicken-profile
[
.I filename
|
.I option ...
]

.SH OPTIONS

.TP
.B \-sort\-by\-calls
Sort output by call frequency.

.TP
.B \-sort\-by\-time
Sort output by procedure execution time.

.TP
.B \-sort\-by\-avg
Sort output by average procedure execution time.

.TP
.B \-sort\-by\-name
Sort output alphabetically by procedure name.

.TP
.B \-no\-unused
Remove procedures that are never called.

.TP
.B \-help
Show usage information.


.SH DESCRIPTION

.I chicken\-profile reads in profiling information generated by Scheme
programs compiled with the 
.B \-profile
option, and generates a table listing function names and their execution times.


.SH BUGS
Submit bug reports by e-mail to
.I chicken-janitors@nongnu.org

.SH AUTHORS
Felix L. Winkelmann and the Chicken Team

.SH SEE ALSO
.BR chicken(1)
.BR csc(1)