summaryrefslogtreecommitdiff
path: root/Simulator/include/simulation/Experiment.h
diff options
context:
space:
mode:
authorMatthijs Bijman <matthijs@bijman.org>2017-02-27 13:55:50 +0100
committerMatthijs Bijman <matthijs@bijman.org>2017-02-27 13:55:50 +0100
commitcc5c5a7eac0ebcf97c283e1e0dd1674c855a261a (patch)
tree841f95e14a00cb6d23d4e357c9e0cfcbdc3c9a2a /Simulator/include/simulation/Experiment.h
parent0709a81231b695caecb2269fe23d8dadeb764892 (diff)
Implement logging of cores_used in task_states
Diffstat (limited to 'Simulator/include/simulation/Experiment.h')
-rw-r--r--Simulator/include/simulation/Experiment.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Simulator/include/simulation/Experiment.h b/Simulator/include/simulation/Experiment.h
index 69c192fa..400f418a 100644
--- a/Simulator/include/simulation/Experiment.h
+++ b/Simulator/include/simulation/Experiment.h
@@ -60,7 +60,8 @@ namespace Simulation
currentTick,
WorkloadSnapshot(
workload->getId(),
- workload->getRemainingOperations()
+ workload->getRemainingOperations(),
+ workload->getCoresUsed()
)
);
}