mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-03 10:32:37 +01:00
Extend device with sleep functionality
This changeset adds the ability to sleep on the device via a device.sleep() method. This invokes sleep on the target device. This is useful for situations where the passage of time on the target device does not match that of the host, e.g., gem5. This changeset also updates a number of workloads to use this new sleep method.
This commit is contained in:
@@ -15,8 +15,6 @@
|
||||
# pylint: disable=attribute-defined-outside-init
|
||||
import os
|
||||
|
||||
from time import sleep
|
||||
|
||||
from wlauto import Workload, AndroidBenchmark, AndroidUxPerfWorkload, UiAutomatorWorkload
|
||||
from wlauto import Parameter
|
||||
from wlauto import ExtensionLoader
|
||||
|
Reference in New Issue
Block a user