From cd4c6daae504fe0aec020568fb2b0c6edf675157 Mon Sep 17 00:00:00 2001 From: Tobias Langer Date: Tue, 11 Oct 2016 21:21:19 +0200 Subject: [PATCH] Additional comments. --- templates/normal/experiment.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/normal/experiment.cpp b/templates/normal/experiment.cpp index c193453..b47c076 100644 --- a/templates/normal/experiment.cpp +++ b/templates/normal/experiment.cpp @@ -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 benchmark[taskset_length]; -- libgit2 0.26.0