mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
netbsd: Support display of CPU frequency
This commit is contained in:
@ -226,6 +226,7 @@ double Platform_setCPUValues(Meter* this, int cpu) {
|
||||
|
||||
totalPercent = CLAMP(totalPercent, 0.0, 100.0);
|
||||
|
||||
v[CPU_METER_FREQUENCY] = cpuData->frequency;
|
||||
v[CPU_METER_TEMPERATURE] = NAN;
|
||||
|
||||
return totalPercent;
|
||||
|
Reference in New Issue
Block a user