1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-31 07:58:51 +01:00
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
..
2016-07-21 16:40:26 +01:00
2016-07-21 16:40:26 +01:00
2016-07-21 16:40:26 +01:00
2015-12-10 13:39:28 +00:00
2016-07-21 16:40:26 +01:00
2016-07-21 16:40:26 +01:00
2016-11-14 12:44:30 +00:00