You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifmodelName=="Apple M3 Max"||modelName=="Apple M2 Max"||modelName=="Apple M4 Max" { // For the M3/M2/M4 Max, we need to manually parse the CPU Usage from the powermetrics output (as current bug in Apple's powermetrics)
635
+
ifmodelName=="Apple M3 Max"||modelName=="Apple M2 Max"||modelName=="Apple M4 Max"||modelName=="Apple M1 Max"||modelName=="Apple M4 Pro"||modelName=="Apple M3 Pro"||modelName=="Apple M2 Pro"||modelName=="Apple M1 Pro"{ // For the M3/M2/M4 Max/Pro, we need to manually parse the CPU Usage from the powermetrics output (as current bug in Apple's powermetrics)
0 commit comments