1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-04-09 20:30:50 +01:00

6 Commits

Author SHA1 Message Date
jummp01
5bed26397b Adds applaunch start time
Added a variable applaunch_start_time in ApkWorkload class that captures the applaunch start time.
The value is appended to the beginning of the logcat.log file in the method update_result.

Changes Actionlogger to give epoch time

Applaunch time is obtained as epoch time from the device. For uxperf result processor to work for applaunch time
as well, log time changed to epoch time

Removes the nano to mill second conversion

As the previous commit changed the system time to give epoch time in
milli seconds, the conversion from nano to milli seconds is not required.

Adds applaunch end time marker for workloads

End time of applaunch is currently considered as the time until the screen orientation is set in all
the applications dealt with so far. This marker can later be moved to the most apt point after close
observation on every workload.

Pylint and pep8 checks done
2016-11-14 12:44:30 +00:00
Sergei Trofimov
41b52178bb pylint fixes. 2016-10-17 11:02:41 +01:00
Michael McGeagh
4e94ff9ed7 Skype CodeTidy to conform with the other workloads
Dont double click if the confirm icon appears
2016-09-29 17:29:21 +01:00
Marc Bonnici
e69aea4e69 Skype: Added check for update popup.
Since there has been an update to the skype app, there was now a
update prompt preventing test from running. Now checks for the
prompt on older versions of skype and dismisses it if present.
2016-09-23 11:18:40 +01:00
Michael McGeagh
5738d19114 Skype: Codetidy, no functional changes. Make voice action default in code, move private function to bottom. 2016-09-22 16:52:39 +01:00
John Richardson
cf8cb5bfab Add Skype workload 2016-09-07 16:45:11 +01:00