|
PatchworkOS
|
Data Fields | |
| uint64_t | cpuAmount |
| cpu_stats_t * | prevCpuStats |
| cpu_stats_t * | cpuStats |
| mem_stats_t | memStats |
| uint64_t stats_t::cpuAmount |
Definition at line 61 of file main.c.
Referenced by main(), stats_print(), and stats_update().
| cpu_stats_t* stats_t::cpuStats |
Definition at line 63 of file main.c.
Referenced by main(), stats_print(), and stats_update().
| mem_stats_t stats_t::memStats |
Definition at line 64 of file main.c.
Referenced by main(), stats_print(), and stats_update().
| cpu_stats_t* stats_t::prevCpuStats |
Definition at line 62 of file main.c.
Referenced by main(), stats_print(), and stats_update().