mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
add support to display CPU frequencies on Solarish platforms
This commit is contained in:
@ -33,6 +33,7 @@ typedef struct CPUData_ {
|
||||
double irqPercent;
|
||||
double idlePercent;
|
||||
double systemAllPercent;
|
||||
double frequency;
|
||||
uint64_t luser;
|
||||
uint64_t lkrnl;
|
||||
uint64_t lintr;
|
||||
|
Reference in New Issue
Block a user