chicken-profile.1
来自「Scheme跨平台编译器」· 1 代码 · 共 62 行
1
62 行
.\" dummy line.TH CHICKEN-PROFILE 1 "19 Sep 2001".SH NAMEchicken-profile \- generate a report from Chicken Scheme profiled program output.SH SYNOPSIS.B chicken-profile[.I filename|.I option ...].SH OPTIONS.TP.B \-sort\-by\-callsSort output by call frequency..TP.B \-sort\-by\-timeSort output by procedure execution time..TP.B \-sort\-by\-avgSort output by average procedure execution time..TP.B \-sort\-by\-nameSort output alphabetically by procedure name..TP.B \-no\-unusedRemove procedures that are never called..TP.B \-helpShow usage information..SH DESCRIPTION.I chicken\-profile reads in profiling information generated by Schemeprograms compiled with the .B \-profileoption, and generates a table listing function names and their execution times..SH BUGSSubmit bug reports by e-mail to.I chicken-janitors@nongnu.org.SH AUTHORSFelix L. Winkelmann and the Chicken Team.SH SEE ALSO.BR chicken(1).BR csc(1)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?