|
PatchworkOS
|
Data Fields | |
| uint64_t | id |
| clock_t | idleClocks |
| clock_t | activeClocks |
| clock_t | interruptClocks |
| clock_t cpu_stats_t::activeClocks |
Definition at line 48 of file main.c.
Referenced by cpu_stat_read(), and stats_print().
| uint64_t cpu_stats_t::id |
Definition at line 46 of file main.c.
Referenced by cpu_stat_read().
| clock_t cpu_stats_t::idleClocks |
Definition at line 47 of file main.c.
Referenced by cpu_stat_read(), and stats_print().
| clock_t cpu_stats_t::interruptClocks |
Definition at line 49 of file main.c.
Referenced by cpu_stat_read(), and stats_print().