CPU usage is not a % number (0..100) anymore. Instead, it is a number ranging from...
commite219cb0f31b0d1148e6b96b68aac08125a57804c
authorschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 22 Feb 2017 22:22:41 +0000 (22 22:22 +0000)
committerschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 22 Feb 2017 22:22:41 +0000 (22 22:22 +0000)
tree35cc0019b4250673c2d568347f99f136677fb874
parent95ec9f0f48c30ae9b3937c98294e9a33f8abb9e7
CPU usage is not a % number (0..100) anymore. Instead, it is a number ranging from 0 to 0xffffffff. This allows one to calculate CPU usage with any arbitrary precision.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53854 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/all-pc/kernel/getsystemattr.c
arch/all-pc/processor/getcpuinfo.c
arch/arm-native/processor/getcpuinfo.c
arch/m68k-all/processor/getcpuinfo.c
arch/ppc-native/processor/getcpuinfo.c
rom/processor/getcpuinfo.c
workbench/system/SysMon/processor.c