Commit cd4c6daa by Tobias Langer

Additional comments.

parent a0d4a373
......@@ -39,6 +39,10 @@ struct timestamps {
int core_id = 0;
};
/**
* Make place to store timestamps of any running task instance.
*/
base_clock::time_point start;
base_clock::time_point end;
std::vector<timestamps> benchmark[taskset_length];
......
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