Unify ksysguard cpu clock speed names
ClosedPublic

Authored by davidedmundson on Jan 22 2020, 11:50 PM.

Details

Summary

For every other sensor the human readable name of cpu0 is "CPU 1" and so
on, except clock speed

Before (in ksysguardd -i)
ksysguardd> cpu/cpu0/sys?
CPU 1 System Load 0 100 %

ksysguardd> cpu/cpu0/clock?
CPU0 Clock Frequency 0 0 MHz

With this patch they're uniform

Doesn't make a big difference as SensorManager goes through a big
translation and disregards this anyway.

Test Plan

Diff Detail

Repository
R106 KSysguard
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
Restricted Application added a project: Plasma. · View Herald TranscriptJan 22 2020, 11:50 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
davidedmundson requested review of this revision.Jan 22 2020, 11:50 PM
ahiemstra accepted this revision.Feb 17 2020, 10:29 AM
ahiemstra added a subscriber: ahiemstra.

Nice catch.

This revision is now accepted and ready to land.Feb 17 2020, 10:29 AM
This revision was automatically updated to reflect the committed changes.