#include <perf.h>
|
| | _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.
|
| |
Definition at line 62 of file perf.h.
◆ _Atomic() [1/2]
| perf_process_ctx_t::_Atomic |
( |
clock_t |
| ) |
|
Total user mode CPU time used by this process.
◆ _Atomic() [2/2]
| perf_process_ctx_t::_Atomic |
( |
clock_t |
| ) |
|
Total kernel mode CPU time used by this process, does not include interrupt time.
◆ startTime
| clock_t perf_process_ctx_t::startTime |
The time when the process was started.
Definition at line 67 of file perf.h.
The documentation for this struct was generated from the following file: