1
0
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:
Sergei Trofimov
2015-06-10 15:04:18 +01:00
parent 32f3dc21e4
commit 2ee9b40527
2 changed files with 5 additions and 1 deletions

View File

@@ -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.