Searched hist:"3 f44a5c62be2f2b15317942fa7bc4a810d2420aa" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.8 | diff 3f44a5c62be2f2b15317942fa7bc4a810d2420aa Tue Oct 17 14:42:56 CDT 2017 Len Brown <len.brown@intel.com> tools/power turbostat: add --enable Time_Of_Day_Seconds
Add a Time_Of_Day_Seconds column showing when measurement for each row was completed. Units are [sec.subsec] since Epoch, as reported by gettimeofday(2).
While useful to correlate turbostat output with other tools, this built-in column is disabled, by default.
Add the "--enable" option to enable such disabled-by-default built-in columns:
"--enable Time_Of_Day_Seconds" "--enable usec"
"--enable all", will enable all disabled-by-defauilt built-in counters.
When "--debug" is used, all disabled-by-default columns are enabled, unless explicitly skipped using "--hide"
Signed-off-by: Len Brown <len.brown@intel.com>
|
H A D | turbostat.c | diff 3f44a5c62be2f2b15317942fa7bc4a810d2420aa Tue Oct 17 14:42:56 CDT 2017 Len Brown <len.brown@intel.com> tools/power turbostat: add --enable Time_Of_Day_Seconds
Add a Time_Of_Day_Seconds column showing when measurement for each row was completed. Units are [sec.subsec] since Epoch, as reported by gettimeofday(2).
While useful to correlate turbostat output with other tools, this built-in column is disabled, by default.
Add the "--enable" option to enable such disabled-by-default built-in columns:
"--enable Time_Of_Day_Seconds" "--enable usec"
"--enable all", will enable all disabled-by-defauilt built-in counters.
When "--debug" is used, all disabled-by-default columns are enabled, unless explicitly skipped using "--hide"
Signed-off-by: Len Brown <len.brown@intel.com>
|