1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/workloads/applaunch
Sascha Bischoff 4abbe7602a 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.
2017-03-02 14:22:05 +00:00
..
uiauto UiAutomatorWorkloads: Updated to use the new parameter passing functionality. 2017-02-20 16:44:24 +00:00
__init__.py Extend device with sleep functionality 2017-03-02 14:22:05 +00:00
com.arm.wlauto.uiauto.applaunch.jar Changed ActionLogger class to use nano timestamps. This is because fps instrument collects data in ns as well so is possible to match the two 2017-02-24 16:11:35 +00:00