> Method Name Return Parameters Comments > ------------------------------------------------------------------- > > GetCPUFreqPerformance int None Return the current > performance value set by > SetCPUFreqPerformance
So this is used in a poll loop, right? Any chance that we could have an async or blocking interface to avoid waking up periodically just to check that, gee, the CPU clock frequency hasn't changed? Nico --
