context-labs/mactop

Still having P-CPU issues on M2 Max

valeriylo opened this issue ยท 3 comments

2024-05-20.21.47.19.mov

Latest 0.1.6, same on behaviour after brew upgrade mactop from 0.1.5 and after brew uninstall mactop && brew install mactop.
New powermetrics output is in the attached txt file
powermetrics_valeriylo.txt

The latest fix was only for M3 Max, looks like M2 Max needs the same patch as M3, it is a one line change in the code if you want to test yourself, will get it resolved for v0.1.7, apologies.

https://github.com/context-labs/mactop/blob/main/main.go#L592

Replace this:
if modelName == "Apple M3 Max" {

With this:
if modelName == "Apple M3 Max" || modelName == "Apple M2 Max" {

I will try to get the patch up this week. Thanks for reporting!

Give v0.1.7 a shot now, should work ๐Ÿ‘

Yeah, it seems to be fixed now, thanks!
Although, E-CPU & P-CPU update bar is a bit "jittery", not sure if it can be smoothed out. Looking forward new updates!

2024-05-21.08.10.20.mov