Y
Hacker News
new
|
ask
|
show
|
jobs
by
aghoreyshi
4809 days ago
What is sys time? The amount of time it's actually run on the processor?
2 comments
eatitraw
4809 days ago
No, it is the amount of time your program spent in system calls:
http://stackoverflow.com/questions/556405/what-do-real-user-...
link
jmah
4809 days ago
The amount of time spent in system calls (i.e. the kernel).
link