Commit 1a8734bf authored by Dylan Araps's avatar Dylan Araps

macOS: Show hyperthreaded cores

parent 5274d2d5
...@@ -738,7 +738,7 @@ getcpu() { ...@@ -738,7 +738,7 @@ getcpu() {
"Mac OS X") "Mac OS X")
cpu="$(sysctl -n machdep.cpu.brand_string)" cpu="$(sysctl -n machdep.cpu.brand_string)"
cores="$(sysctl -n hw.physicalcpu)" cores="$(sysctl -n hw.ncpu)"
;; ;;
"iPhone OS") "iPhone OS")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment