GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CHICKEN-PROFILE(1) FreeBSD 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:

Show usage and exit.
Show version and exit.
DDD
Set number of decimals for seconds, average and percent columns (three digits, default: 333).
Remove procedures that are never called.
Sort output by average procedure execution time.
Sort output by call frequency.
Sort output alpabetically by procedure name.
Sort output by procedure execution time.
N
Display only the top N entries.

The chicken-profile utility exits 0 on success, and >0 if an error occurs.

chicken(1), csc(1)

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 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.