Commits


Roman Lebedev authored and Dominic Hamon committed d474450b893
Tooling: generate_difference_report(): show old/new for both values (#427) While the percentages are displayed for both of the columns, the old/new values are only displayed for the second column, for the CPU time. And the column is not even spelled out. In cases where b->UseRealTime(); is used, this is at the very least highly confusing. So why don't we just display both the old/new for both the columns? Fixes #425