1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-04-15 23:30:47 +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

View File

@ -90,7 +90,7 @@ class CpuStatesProcessor(ResultProcessor):
reports will be similar to the overall report, except they won't mention 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). 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=""" description="""
By default proportional values will be reported as percentages, if this By default proportional values will be reported as percentages, if this
flag is enabled, they will be reported as ratios instead. flag is enabled, they will be reported as ratios instead.