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

No, it is the amount of time your program spent in system calls: http://stackoverflow.com/questions/556405/what-do-real-user-...
The amount of time spent in system calls (i.e. the kernel).