Gwinel / likwid

Automatically exported from code.google.com/p/likwid
GNU General Public License v3.0
0 stars 0 forks source link

perfCtr - Add check for Speedstep flag #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The detection of the processor clock does not work reliable with speedstep
active.

Solution:

Add a check if speedstep is enabled and ouput a warning.

Original issue reported on code.google.com by jan.trei...@gmail.com on 28 Sep 2009 at 7:45

GoogleCodeExporter commented 9 years ago
Extended CpuFeatures with cpuFeatures_init.
Flags can be  checked in struct.
Added check and warning for enabled speedstep to most applications.

Original comment by jan.trei...@gmail.com on 4 Oct 2009 at 8:58