Trying to find nominal processor clock speed for Apple Silicon based machines. Tried using sysctl and system_profiler unsuccessfully. Any ideas?
Post
Replies
Boosts
Views
Activity
Attempting to find nominal CPU clock frequency. Previously have been finding this using sysctlbyname() with name="hw.cpufrequency" or with sysctl() with name[0]=CTLHW and name[1]=HWCPU_FREQ. I also notice that processor speed no longer shows in 'About this Mac'. Anyone know I programmatically find this value on an M1 machine?