Last active
May 31, 2026 00:59
-
-
Save chockenberry/1d08129bdf41bfb70e98c3a75ce74578 to your computer and use it in GitHub Desktop.
Super vs. Performance vs. Efficiency Cores on Apple Silicon M5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # run the following commands from a Terminal window on an M5, M5 Pro, or M5 Max: | |
| % sysctl -a | grep "machdep.cpu.brand_string" | |
| % sysctl -a | grep "hw.perflevel" | |
| % ioreg -l -b -p "IODeviceTree" -r -n "cpus" | grep "cluster-type" | |
| % ioreg -l -b -p "IODeviceTree" -r -n "cpus" | grep "logical-cpu-id" | |
| # paste the results below - thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From my M5 Pro, hope this helps!