[PATCH] D52500: [llvm-exegesis] Output the unscaled value as well as the scaled one.
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 26 00:58:33 PDT 2018
gchatelet accepted this revision.
gchatelet added inline comments.
================
Comment at: tools/llvm-exegesis/lib/BenchmarkResult.cpp:301
void BenchmarkMeasureStats::push(const BenchmarkMeasure &BM) {
if (Key.empty())
----------------
As discussed let's rename the class something like `BenchmarkMeasurePerInstructionsStats`
Repository:
rL LLVM
https://reviews.llvm.org/D52500
More information about the llvm-commits
mailing list