Skip to content

cpu: Don't use unsigned for usage delta calculation

Arjen Hiemstra requested to merge work/ahiemstra/cpuspeed into master

We may sometimes end up with negative deltas. With unsigned, these end up wrapping and are hard to detect. Normal long long should be big enough for these so we can just use that.

Merge request reports