diff --git a/src/benchmark.cc b/src/benchmark.cc index 00ffa07f..8d3f406c 100644 --- a/src/benchmark.cc +++ b/src/benchmark.cc @@ -252,6 +252,7 @@ BenchmarkReporter::Run CreateRunReport( report.complexity = b.complexity; report.complexity_lambda = b.complexity_lambda; report.counters = results.counters; + internal::Finish(&report.counters, seconds, b.threads); } return report; }