BrowserUk has asked for the wisdom of the Perl Monks concerning the following question:
Some cpus, particularly those in notebooks but increasingly in desktops also, have the ability to ramp back the processor clock frequency when system activity (or sometimes battery levels) are low.
Anyone know how to discover the current processor clock frequency?
For now I'm interested in doing this for Intel cpus under Win32, but pointers to the availablity of this information for other hardware and platforms could be useful in the longer term.
Update: To clarify, the clock frequency information I am interested in, is the current clock frequency, when it may have been dynamically adjusted to save power as with Intel SpeedStep technology. AMD has similar technology, and other processor manufactures soon will have if they do not currently. The problem is how to detect this information, as it gets dynamically adjusted up and down, at runtime.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Current processor frequency?
by traveler (Parson) on Aug 01, 2007 at 22:57 UTC | |
by BrowserUk (Patriarch) on Aug 01, 2007 at 23:33 UTC | |
Re: Current processor frequency?
by FunkyMonk (Chancellor) on Aug 01, 2007 at 21:22 UTC | |
by BrowserUk (Patriarch) on Aug 01, 2007 at 21:38 UTC | |
by FunkyMonk (Chancellor) on Aug 01, 2007 at 21:40 UTC | |
by Eyck (Priest) on Aug 02, 2007 at 11:10 UTC | |
Re: Current processor frequency?
by mr_mischief (Monsignor) on Aug 01, 2007 at 22:18 UTC | |
Re: Current processor frequency?
by misc (Friar) on Aug 01, 2007 at 22:10 UTC | |
by Joost (Canon) on Aug 01, 2007 at 22:13 UTC | |
by misc (Friar) on Aug 02, 2007 at 00:55 UTC | |
Re: Current processor frequency?
by Anonymous Monk on Aug 01, 2007 at 22:54 UTC | |
by BrowserUk (Patriarch) on Aug 01, 2007 at 23:10 UTC | |
by eric256 (Parson) on Aug 01, 2007 at 23:33 UTC |