|
PatchworkOS
3984a1d
A non-POSIX operating system.
|
Per-Thread performance context. More...
#include <perf.h>
Data Fields | |
| clock_t | syscallBegin |
| The time the current syscall began. Also used to "skip" time spent in interrupts. | |
| clock_t | syscallEnd |
Per-Thread performance context.
The thread context tracks tracks the time it spends in and outside of system calls, this is then accumulated into the process performance context.
| clock_t perf_thread_ctx_t::syscallBegin |