aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergei Trofimov <sergei.trofimov@arm.com>2019-01-14 10:21:37 +0000
committerMarc Bonnici <marc.bonnici@arm.com>2019-02-05 10:27:06 +0000
commit462a5b651a9360fcde34b26df51ded98699c1f38 (patch)
treecef0d743ed5ec9196c6015b7d2bb6f04ffe7fd49 /doc
parent7cd7b73f589f7b26239c8bc635b45f0efe871a69 (diff)
fw/output: add label property to Metric
Add a "label" property to Metric that combines its name with its classifiers into a single string.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/api/output.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/api/output.rst b/doc/source/api/output.rst
index 5aea51ec..34c8b1ff 100644
--- a/doc/source/api/output.rst
+++ b/doc/source/api/output.rst
@@ -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`
-----------------