Query: chicken-profile
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CHICKEN-PROFILE(1) General Commands Manual CHICKEN-PROFILE(1)NAMEchicken-profile - generate a report from profile-informationSYNOPSISchicken-profile [ filename | option ... ]OPTIONS-sort-by-calls Sort output by call frequency. -sort-by-time Sort output by procedure execution time. -sort-by-avg Sort output by average procedure execution time. -sort-by-name Sort output alphabetically by procedure name. -no-unused Remove procedures that are never called. -help Show usage information.DESCRIPTIONchicken-profile reads in profiling information generated by CHICKEN Scheme programs compiled with the -profile option, and generates a ta- ble listing function names and their execution times.BUGSSubmit bug reports by e-mail to chicken-janitors@nongnu.orgAUTHORSThe CHICKEN TeamSEE ALSOchicken(1) csc(1) 19 Sep 2001 CHICKEN-PROFILE(1)