1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-06-23 00:35:56 +01:00

Fixing typo in a cpustate parameter name.

This commit is contained in:
Sergei Trofimov
2015-06-05 09:04:57 +01:00
parent d102994214
commit b976164ee9

@ -90,7 +90,7 @@ class CpuStatesProcessor(ResultProcessor):
reports will be similar to the overall report, except they won't mention
the workload name or iteration number (as that is implied by their location).
"""),
Parameter('user_ratios', kind=bool, default=False,
Parameter('use_ratios', kind=bool, default=False,
description="""
By default proportional values will be reported as percentages, if this
flag is enabled, they will be reported as ratios instead.