Use IterationCount in one more place

Found in -UNDEBUG build
parent f92903cc
...@@ -97,7 +97,7 @@ std::vector<BenchmarkReporter::Run> ComputeStats( ...@@ -97,7 +97,7 @@ std::vector<BenchmarkReporter::Run> ComputeStats(
// All repetitions should be run with the same number of iterations so we // All repetitions should be run with the same number of iterations so we
// can take this information from the first benchmark. // can take this information from the first benchmark.
int64_t const run_iterations = reports.front().iterations; const IterationCount run_iterations = reports.front().iterations;
// create stats for user counters // create stats for user counters
struct CounterStat { struct CounterStat {
Counter c; Counter c;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment