mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 10:52:33 +01:00
classifiers: usability updates
- add IterationResult-level classifiers that get merged into every added metric (saves having to pass the same classifiers to each metric added). - Added a global alias to csv result processor's use_all_classifiers attribute.
This commit is contained in:
@@ -67,6 +67,7 @@ class CsvReportProcessor(ResultProcessor):
|
||||
|
||||
parameters = [
|
||||
Parameter('use_all_classifiers', kind=bool, default=False,
|
||||
global_alias='use_all_classifiers',
|
||||
description="""
|
||||
If set to ``True``, this will add a column for every classifier
|
||||
that features in at least one collected metric.
|
||||
|
Reference in New Issue
Block a user