226 B
226 B
In UNIX accounting, what two categories is Process CPU time divided into?
⏰
- System Time: Time spent executing OS/kernel-level calls.
- User Time: Time spent executing the application's own code.