|
PatchworkOS
|
Per-CPU statistics context. More...
#include <statistics.h>
Data Fields | |
| clock_t | idleClocks |
| clock_t | activeClocks |
| clock_t | interruptClocks |
| clock_t | interruptBegin |
| clock_t | interruptEnd |
| lock_t | lock |
Per-CPU statistics context.
Definition at line 45 of file statistics.h.
| clock_t statistics_cpu_ctx_t::activeClocks |
Definition at line 48 of file statistics.h.
Referenced by statistics_cpu_ctx_init().
| clock_t statistics_cpu_ctx_t::idleClocks |
Definition at line 47 of file statistics.h.
Referenced by statistics_cpu_ctx_init().
| clock_t statistics_cpu_ctx_t::interruptBegin |
Definition at line 50 of file statistics.h.
Referenced by statistics_cpu_ctx_init().
| clock_t statistics_cpu_ctx_t::interruptClocks |
Definition at line 49 of file statistics.h.
Referenced by statistics_cpu_ctx_init().
| clock_t statistics_cpu_ctx_t::interruptEnd |
Definition at line 51 of file statistics.h.
Referenced by statistics_cpu_ctx_init().
| lock_t statistics_cpu_ctx_t::lock |
Definition at line 52 of file statistics.h.
Referenced by statistics_cpu_ctx_init().