time.1

来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 1 代码 · 共 27 行

1
27
字号
.TH TIME 1 .SH NAMEtime \- time a command.SH SYNOPSIS.B timecommand.SH DESCRIPTIONThegiven command is executed; after it is complete,.I timeprints the elapsed time during the command, the timespent in the system, and the time spent in executionof the command.Times are reported in seconds..PPThe execution time can depend on what kind of memorythe program happens to land in;the user time in MOS is often half what it is in core..PPThe times are printed on the diagnostic output stream..SH BUGSElapsed time is accurate to the second,while the CPU times are measuredto the 60th second.Thus the sum of the CPU times can be up to a second largerthan the elapsed time.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?