Home
last modified time | relevance | path

Searched refs:sumNice (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/htop/htop-3.1.2/darwin/
H A DPlatform.c203 double sumNice = 0.0; in Platform_setCPUAverageValues() local
209 sumNice += mtr->values[CPU_METER_NICE]; in Platform_setCPUAverageValues()
213 mtr->values[CPU_METER_NICE] = sumNice / activeCPUs; in Platform_setCPUAverageValues()