time.1
来自「莱昂氏UNIX源代码分析UNIXv6src.tar.gz」· 1 代码 · 共 26 行
1
26 行
.th TIME I 8/16/73.sh NAMEtime \*- time a command.sh SYNOPSIS.bd timecommand.sh DESCRIPTIONThegiven command is executed; after it is complete,.it timeprints the elapsed time during the command, the timespent in the system, and the time spent in executionof the command..s3The 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..s3The 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 + -
显示快捷键?