Skip to content
Snippets Groups Projects
Commit e7c95ff3 authored by Len Brown's avatar Len Brown
Browse files

tools/power turbostat: tweak whitespace in output format


turbostat -S
output was off by 1 space before this patch.

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent a138b568
No related branches found
No related tags found
No related merge requests found
...@@ -268,7 +268,7 @@ int get_msr(int cpu, off_t offset, unsigned long long *msr) ...@@ -268,7 +268,7 @@ int get_msr(int cpu, off_t offset, unsigned long long *msr)
* Example Format w/ field column widths: * Example Format w/ field column widths:
* *
* Package Core CPU Avg_MHz Bzy_MHz TSC_MHz SMI %Busy CPU_%c1 CPU_%c3 CPU_%c6 CPU_%c7 CoreTmp PkgTmp Pkg%pc2 Pkg%pc3 Pkg%pc6 Pkg%pc7 PkgWatt CorWatt GFXWatt * Package Core CPU Avg_MHz Bzy_MHz TSC_MHz SMI %Busy CPU_%c1 CPU_%c3 CPU_%c6 CPU_%c7 CoreTmp PkgTmp Pkg%pc2 Pkg%pc3 Pkg%pc6 Pkg%pc7 PkgWatt CorWatt GFXWatt
* 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 * 123456781234567812345678123456781234567812345678123456781234567812345678123456781234567812345678123456781234567812345678123456781234567812345678123456781234567812345678
*/ */
void print_header(void) void print_header(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment