User CPU time vs System CPU time?

前端 未结 4 480
野的像风
野的像风 2020-12-04 11:48

Could you explain more about \"user CPU time\" and \"system CPU time\"? I have read a lot, but I couldn\'t understand it well.

4条回答
  •  误落风尘
    2020-12-04 12:16

    User CPU Time: Amount of time the processor worked on the specific program.

    System CPU Time: Amount of time the processor worked on operating system's functions connected to that specific program.

提交回复
热议问题