The term "user CPU time can be a little tricky at first. To be clear, the total time (real time of the processor) is a combination of the time that the CPU takes to complete some action for the program and the amount of time that the CPU takes to make system calls for the kernel in the name When a program passes through an array, it accumulates the user's CPU time, and vice versa, when a program makes a system call, such as exec or fork, it accumulates the CPU system time.
user3407861 Mar 11 '14 at 20:21 2014-03-11 20:21
source share