|
PatchworkOS
28a9544
A non-POSIX operating system.
|
#include <perf.h>
Public Member Functions | |
| _Atomic (clock_t) userClocks | |
| Total user mode CPU time used by this process. | |
| _Atomic (clock_t) kernelClocks | |
| Total kernel mode CPU time used by this process, does not include interrupt time. | |
Data Fields | |
| clock_t | startTime |
| The time when the process was started. | |
| perf_process_ctx_t::_Atomic | ( | clock_t | ) |
Total kernel mode CPU time used by this process, does not include interrupt time.
| perf_process_ctx_t::_Atomic | ( | clock_t | ) |
Total user mode CPU time used by this process.
| clock_t perf_process_ctx_t::startTime |
The time when the process was started.
Definition at line 67 of file perf.h.
Referenced by perf_process_ctx_init(), and process_stat_read().