mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: added powermetrics read to the SMC helper (maybe will be used in the feature)
This commit is contained in:
@@ -32,13 +32,6 @@ public struct CPU_Limit: Codable {
|
||||
var speed: Int = 0
|
||||
}
|
||||
|
||||
public struct CPU_Frequency: Codable {
|
||||
var ECores: Int? = nil
|
||||
var PCores: Int? = nil
|
||||
var power: Int? = nil
|
||||
var cores: [Int] = []
|
||||
}
|
||||
|
||||
public class CPU: Module {
|
||||
private let popupView: Popup
|
||||
private let settingsView: Settings
|
||||
|
||||
Reference in New Issue
Block a user