Commit 915ccea6 by Tobias Langer

Fixed benchmark out.

parent 95c0829d
......@@ -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;
......
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 sign in to comment