Skip to content
Snippets Groups Projects
Commit f57fedc8 authored by Eddie Groh's avatar Eddie Groh
Browse files

Renamed MetricKey for consistency

Issue-Ref: 4310
Issue-Url: af3#4310



Signed-off-by: default avatarEddie Groh <groh@fortiss.org>
parent 13ce076a
No related branches found
No related tags found
1 merge request!210Setting up Metric extraction plugin for AF3 : Issue 4310
MetricDataManager.java 36dc2d04485702ce18dd914789d06d873eb99564 YELLOW
MetricKey.java ecb1c765a7de855091c7ac8b287eaf9503e0da33 YELLOW
MetricKey.java aeca14c4ee3ee4bdcb7d18d8332981aa3d04604d YELLOW
MetricTreeNode.java d89ef9aab7171a66ff7fc30c904e06f50d164ff9 YELLOW
......@@ -61,7 +61,7 @@ public enum MetricKey {
/** Number of allocated components to this task */
TASK_ALLOCATED_COMPONENTS(false),
/** How many constraints this element violates with severity warning */
HARDWARE_ALLOCATED_TASKS(false),
EXECUTION_UNIT_ALLOCATED_TASKS(false),
//
// Metrics which are collected over all children nodes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment