|
PatchworkOS
28a9544
A non-POSIX operating system.
|
Data Fields | |
| uint64_t | id |
| clock_t | idleClocks |
| clock_t | activeClocks |
| clock_t | interruptClocks |
| clock_t cpu_perfs_t::activeClocks |
Definition at line 69 of file main.c.
Referenced by cpu_perf_read(), and perfs_print().
| uint64_t cpu_perfs_t::id |
Definition at line 67 of file main.c.
Referenced by cpu_perf_read().
| clock_t cpu_perfs_t::idleClocks |
Definition at line 68 of file main.c.
Referenced by cpu_perf_read(), and perfs_print().
| clock_t cpu_perfs_t::interruptClocks |
Definition at line 70 of file main.c.
Referenced by cpu_perf_read(), and perfs_print().