File tree Expand file tree Collapse file tree 8 files changed +7
-15
lines changed Expand file tree Collapse file tree 8 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 55
66// This struct holds paths to cpu cache data
77// Learn more: https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-devices-system-cpu
8- [Compact ]
9- public class Monitor.CPUCache : Object {
8+ public class Monitor.CPUCache {
109 //
1110 // allocation_policy:
1211 // - WriteAllocate:
Original file line number Diff line number Diff line change 66// This struct holds paths to temperature data
77// Learn more: https://www.kernel.org/doc/html/v5.11/gpu/amdgpu.html#hwmon-interfaces
88
9- [Compact ]
10- public class Monitor.HwmonFan : Object {
9+ public class Monitor.HwmonFan {
1110 // fan speed in RPM
1211 public string input;
1312
Original file line number Diff line number Diff line change 66// This struct holds paths to temperature data
77// Learn more: https://www.kernel.org/doc/html/v5.11/gpu/amdgpu.html#hwmon-interfaces
88
9- [Compact ]
10- public class Monitor.HwmonFrequency : Object {
9+ public class Monitor.HwmonFrequency {
1110 // freq channel label
1211 public string label;
1312
Original file line number Diff line number Diff line change 66// This struct holds paths to temperature data
77// Learn more: https://www.kernel.org/doc/html/v5.11/gpu/amdgpu.html#hwmon-interfaces
88
9- [Compact ]
10- public class Monitor.HwmonPWM : Object {
9+ public class Monitor.HwmonPWM {
1110 // pulse width modulation fan level (0-255)
1211 public string pwm;
1312
Original file line number Diff line number Diff line change 66// This struct holds paths to temperature data
77// Learn more: https://www.kernel.org/doc/html/v5.11/gpu/amdgpu.html#hwmon-interfaces
88
9- [Compact ]
10- public class Monitor.HwmonPower : Object {
9+ public class Monitor.HwmonPower {
1110 // average power used by the GPU in microWatts
1211 public string average;
1312
Original file line number Diff line number Diff line change 77// returns contents of the file as a string
88// Learn more: https://www.kernel.org/doc/html/v5.11/gpu/amdgpu.html#hwmon-interfaces
99
10- [Compact ]
11- public class Monitor.HwmonTemperature : Object {
10+ public class Monitor.HwmonTemperature {
1211 // temperature channel label
1312 // temp2_label and temp3_label are supported on SOC15 dGPUs only
1413 public string _label;
Original file line number Diff line number Diff line change 66// This struct holds paths to temperature data
77// Learn more: https://www.kernel.org/doc/html/v5.11/gpu/amdgpu.html#hwmon-interfaces
88
9- [Compact ]
10- public class Monitor.HwmonVoltage : Object {
9+ public class Monitor.HwmonVoltage {
1110 // voltage channel label
1211 public string label;
1312
Original file line number Diff line number Diff line change 33 * SPDX-FileCopyrightText: 2025 elementary, Inc. (https://elementary.io)
44 */
55
6- [Compact ]
76public class Monitor.Volume : Object {
87 public string device;
98 public string label;
You can’t perform that action at this time.
0 commit comments