-
- Downloads
sched: export total sys and user time statistics
This is one of the statistics that shows up in /proc/self/stat under Linux, but this is generally interesting for applications. Since we don't have kernel mode and userspace mode, it is very hard to differentiate between "time spent in userspace" and "kernel time spent on behalf of the process". Therefore, we will present system time as always 0. If we wanted, we could at least differentiate clearly osv-specific threads as system time, but there is no need to go through the trouble now. Signed-off-by:Glauber Costa <glommer@cloudius-systems.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
Please register or sign in to comment