1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/utils
Michael McGeagh 8a3186e1c8 CpuUtilisationTimeline added. This now will generate cpu utilisation based on frequencies and a number of samples
Fixed error in percentage when frequency is 'None'. Now default to 0 in these cases

cpu_utilisation is now a separate parameter in cpustate. Now generates a floating point number representing the utilisation based on the maximum frequency of the capture. No longer performs averaging of values, this can be done as a post-processing step

cpu utilisation now based on the max cpu freq per core, not max captured freq overall
2016-04-14 14:03:28 +01:00
..
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
android.py adb_shell: Now handles return codes from ADB 2016-04-05 15:53:41 +01:00
cli.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
cpuinfo.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
doc.py Minor fix to rst table generation. 2015-03-18 10:47:07 +00:00
formatter.py pylint fixes 2015-06-29 11:34:49 +01:00
hwmon.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
ipython.py ipython: switched to using LooseVersion for version checks. 2016-02-10 09:01:40 +00:00
log.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
misc.py adb_shell: Now handles return codes from ADB 2016-04-05 15:53:41 +01:00
netio.py Updated pylint for v1.5.1 2015-12-09 16:52:39 +00:00
power.py CpuUtilisationTimeline added. This now will generate cpu utilisation based on frequencies and a number of samples 2016-04-14 14:03:28 +01:00
serial_port.py Updated pylint for v1.5.1 2015-12-09 16:52:39 +00:00
ssh.py LinuxDevice: fixed reboot. 2016-02-22 09:45:42 +00:00
terminalsize.py Fixes for Emacs 2015-06-01 10:05:23 +01:00
trace_cmd.py trace-cmd: set a minimum bound on trace pull timeout 2016-03-24 16:49:42 +00:00
types.py Updated boolean to interpret 'off' as False 2015-09-09 14:32:27 +01:00
uboot.py Adding support for U-Boot booting in Juno. 2015-06-25 11:32:01 +01:00
uefi.py uefi menu: updated prompt_regex to handle debug UEFI builds. 2015-09-09 17:40:02 +01:00