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