mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
pep8: removed trailling spaces
This commit is contained in:
parent
759f8db1bc
commit
13ebc8ad55
@ -61,7 +61,7 @@ class Dhrystone(Workload):
|
|||||||
'threads (if ``threads`` > 1).')),
|
'threads (if ``threads`` > 1).')),
|
||||||
Parameter('taskset_mask', kind=int, default=0,
|
Parameter('taskset_mask', kind=int, default=0,
|
||||||
description='''
|
description='''
|
||||||
The processes spawned by the workload will be pinned to cores
|
The processes spawned by the workload will be pinned to cores
|
||||||
as specified by this parameter
|
as specified by this parameter
|
||||||
'''),
|
'''),
|
||||||
]
|
]
|
||||||
|
@ -24,10 +24,10 @@ class GoogleMap(GameWorkload):
|
|||||||
Navigation app.
|
Navigation app.
|
||||||
|
|
||||||
Stock map provided by Google Inc.
|
Stock map provided by Google Inc.
|
||||||
Based on revent, we can use this workload to
|
Based on revent, we can use this workload to
|
||||||
do multiple tasks such as navigation usecases,
|
do multiple tasks such as navigation usecases,
|
||||||
swipe & pinch etc.
|
swipe & pinch etc.
|
||||||
|
|
||||||
Provided revent is for Odriod XU3 for navigation use
|
Provided revent is for Odriod XU3 for navigation use
|
||||||
case. For running on other devices, we need to build
|
case. For running on other devices, we need to build
|
||||||
revent.
|
revent.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user