Home
last modified time | relevance | path

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

/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/Client/
H A Dcpu_usage_linux.h70 float accInUse = 0.0f, accTotal = 0.0f; in GetCpuUsage() local
87 accTotal += total; in GetCpuUsage()
90 _total = (fp8)accInUse * 100. / (fp8)accTotal; in GetCpuUsage()
H A Dcpu_usage_mac.h92 float accInUse = 0.0f, accTotal = 0.0f; in GetCpuUsage() local
113 accTotal += total; in GetCpuUsage()
116 _total = static_cast<int>((fp8)accInUse * 100. / (fp8)accTotal); in GetCpuUsage()