Commit c7b11f62 by Tobias Langer

Fixed variable name.

parent cd4c6daa
......@@ -68,7 +68,7 @@ void benchmark_out()
auto core_id = benchmark[i][j].core_id;
std::cout << "instance " << j << " ";
std::cout << "start " << task_start << " ";
std::cout << "end " << end_task << " ";
std::cout << "end " << task_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