From 7359df35015802c52e74ba47fa6791a65d441e17 Mon Sep 17 00:00:00 2001 From: paboyle Date: Thu, 31 Aug 2017 10:42:35 +0100 Subject: [PATCH] Full reporting for benchmark; save robustness factor --- benchmarks/Benchmark_ITT.cc | 28 +++++++++++++++++++-------- lib/allocator/AlignedAllocator.h | 6 ++++-- lib/communicator/Communicator_base.cc | 2 +- lib/util/Init.cc | 3 ++- 4 files changed, 27 insertions(+), 12 deletions(-) diff --git a/benchmarks/Benchmark_ITT.cc b/benchmarks/Benchmark_ITT.cc index 73d5e7b8..3b064e19 100644 --- a/benchmarks/Benchmark_ITT.cc +++ b/benchmarks/Benchmark_ITT.cc @@ -439,12 +439,14 @@ public: sDw.Report(); } + double robust = mflops_worst/mflops_best;; std::cout<