mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 10:52:33 +01:00
fw/output: add label property to Metric
Add a "label" property to Metric that combines its name with its classifiers into a single string.
This commit is contained in:
committed by
Marc Bonnici
parent
7cd7b73f58
commit
462a5b651a
@@ -497,6 +497,11 @@ A :class:`Metric` has the following attributes:
|
||||
or they may have been added by the workload to help distinguish between
|
||||
otherwise identical metrics.
|
||||
|
||||
``label``
|
||||
This is a string constructed from the name and classifiers, to provide a
|
||||
more unique identifier, e.g. for grouping values across iterations. The
|
||||
format is in the form ``name/cassifier1=value1/classifier2=value2/...``.
|
||||
|
||||
|
||||
:class:`Artifact`
|
||||
-----------------
|
||||
|
Reference in New Issue
Block a user