CHICKEN-PROFILE(1) | General Commands Manual | CHICKEN-PROFILE(1) |
chicken-profile
—
generate a report from profile-information
chicken-profile |
[OPTION ...] [FILENAME] |
chicken-profile
reads in profiling
information generated by CHICKEN Scheme programs compiled with the
-profile
option, and generates a table listing
function names and their execution times. FILENAME
defaults to the ‘PROFILE.<number>’, selecting the one
with the highest modification time, in case multiple profiles exist.
The program accepts following arguments:
-help
-version
-decimals
DDD-no-unused
-sort-by-avg
-sort-by-calls
-sort-by-name
-sort-by-time
-top
NThe chicken-profile
utility exits 0
on success, and >0 if an error occurs.
More information can be found in the CHICKEN User's Manual.
The CHICKEN Team
Submit bug reports by e-mail to chicken-janitors@nongnu.org
April 26, 2017 | Debian |