mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Merge branch 'hishamhm-pull-932'
This commit is contained in:
@ -198,6 +198,9 @@ double Platform_setCPUValues(Meter* this, int cpu) {
|
||||
}
|
||||
percent = CLAMP(percent, 0.0, 100.0);
|
||||
if (isnan(percent)) percent = 0.0;
|
||||
|
||||
v[CPU_METER_FREQUENCY] = cpuData->frequency;
|
||||
|
||||
return percent;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user