📄 times.2
字号:
.th TIMES II 8/5/73.sh NAMEtimes \*- get process times.sh SYNOPSIS(times = 43.; not in assembler).br.ft Bsys times; buffer.s3times(buffer).brstruct tbuffer *buffer;.ft R.sh DESCRIPTION.it Timesreturns time-accounting informationfor the current processand for the terminated child processesof the current process.All times are in 1/60 seconds..s3After the call, the buffer will appear as follows:.s3.nfstruct tbuffer { int proc\*_user\*_time; int proc\*_system\*_time; int child\*_user\*_time[2]; int child\*_system\*_time[2];};.s3.fiThe children times are the sumof the children's process times andtheir children's times..sh "SEE ALSO"time (I).sh DIAGNOSTICS\*-.sh BUGSThe process times should be 32 bits as well.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -