I just bought a nifty MBA 13" Core i7. I'm told the CPU speed varies automatically, and pretty wildly, too. I'd really like to be able to monitor this with a simple app.
Are there any Cocoa or C calls to find the current clock speed, without actually affecting it?
Edit: I'm OK with answers using Terminal calls, as well as programmatic.
Thanks!
/proc/
as far as I can tell. There's asystem_profiler
command which gives the CPU speed listed on the box, but it doesn't change with the live updating clock speed – Conk