.\" dummy line .TH CHICKEN-PROFILE 1 "19 Sep 2001" .SH NAME chicken-profile \- generate a report from profile-information .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 CHICKEN 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 The CHICKEN Team .SH SEE ALSO .BR chicken(1) .BR csc(1)