Skip to content

Commit

Permalink
output description
Browse files Browse the repository at this point in the history
  • Loading branch information
xtk8532704 committed Nov 26, 2024
1 parent fa35b8c commit c040dc5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ ControlEvaluatorNode::~ControlEvaluatorNode()
j[base_name + "min"] = metric_accumulators_[static_cast<size_t>(metric)].min();
j[base_name + "max"] = metric_accumulators_[static_cast<size_t>(metric)].max();
j[base_name + "mean"] = metric_accumulators_[static_cast<size_t>(metric)].mean();
j[base_name + "count"] = metric_accumulators_[static_cast<size_t>(metric)].count();
j[base_name + "description"] = metric_descriptions.at(metric);
}

// get output folder
Expand Down

0 comments on commit c040dc5

Please sign in to comment.