1CHICKEN-PROFILE(1) General Commands Manual CHICKEN-PROFILE(1)
2
3
4
6 chicken-profile - generate a report from profile-information
7
8
10 chicken-profile [ filename | option ... ]
11
12
14 -sort-by-calls
15 Sort output by call frequency.
16
17
18 -sort-by-time
19 Sort output by procedure execution time.
20
21
22 -sort-by-avg
23 Sort output by average procedure execution time.
24
25
26 -sort-by-name
27 Sort output alphabetically by procedure name.
28
29
30 -no-unused
31 Remove procedures that are never called.
32
33
34 -help Show usage information.
35
36
37
39 chicken-profile reads in profiling information generated by CHICKEN
40 Scheme programs compiled with the -profile option, and generates a ta‐
41 ble listing function names and their execution times.
42
43
44
46 Submit bug reports by e-mail to chicken-janitors@nongnu.org
47
48
50 The CHICKEN Team
51
52
54 chicken(1) csc(1)
55
56
57
58 19 Sep 2001 CHICKEN-PROFILE(1)