Home
last modified time | relevance | path

Searched hist:"710 f273ba96182fd93ee8540ae06583c7d889d7c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.cdiff 710f273ba96182fd93ee8540ae06583c7d889d7c Wed Jan 11 21:12:25 CST 2017 Len Brown <len.brown@intel.com> tools/power turbostat: add precision to --debug frequency output

Add a digit of precision to the --debug output for frequency range.
This is useful when BCLK is not an integer.

old:
6 * 83 = 500 MHz max efficiency frequency
26 * 83 = 2166 MHz base frequency

new:
6 * 83.3 = 499.8 MHz max efficiency frequency
26 * 83.3 = 2165.8 MHz base frequency

Signed-off-by: Len Brown <len.brown@intel.com>