We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34fe50 commit 4420756Copy full SHA for 4420756
tools/power/x86/turbostat/turbostat.c
@@ -9827,6 +9827,7 @@ int fork_it(char **argv)
9827
timersub(&tv_odd, &tv_even, &tv_delta);
9828
if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS))
9829
fprintf(outf, "%s: Counter reset detected\n", progname);
9830
+ delta_platform(&platform_counters_odd, &platform_counters_even);
9831
9832
compute_average(EVEN_COUNTERS);
9833
format_all_counters(EVEN_COUNTERS);
0 commit comments