From 915ccea68ae7e1db09574069c1cd49f2cb2bb87d Mon Sep 17 00:00:00 2001 From: Tobias Langer Date: Sun, 9 Oct 2016 12:06:46 +0200 Subject: [PATCH] Fixed benchmark out. --- templates/normal/experiment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/normal/experiment.cpp b/templates/normal/experiment.cpp index 84bac02..ef06368 100644 --- a/templates/normal/experiment.cpp +++ b/templates/normal/experiment.cpp @@ -62,7 +62,7 @@ void benchmark_out() auto start = base_clock::to_time_t(benchmark[i][j].start); auto end = base_clock::to_time_t(benchmark[i][j].end); auto core_id = benchmark[i][j].core_id; - std::cout << "instance " << i << " "; + std::cout << "instance " << j << " "; std::cout << "start " << start << " "; std::cout << "end " << end << " "; std::cout << "core_id " << core_id << std::endl; -- libgit2 0.26.0