1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wa/instrumentation
Brendan Jackman b4a608da95 energy_measurement: Check for failure of Instrument::get_data
Devlib's get_data API can return None when something goes wrong -
this currently results in us attempting to add a non-existent
artifact.

To avoid this confusion, check and use the return value from
get_data, instead of assuming that it will write data to its
'outfile' parameter.
2017-10-09 16:17:02 +01:00
..
__init__.py Skeleton job execution 2017-03-15 14:34:23 +00:00
energy_measurement.py energy_measurement: Check for failure of Instrument::get_data 2017-10-09 16:17:02 +01:00
fps.py instrumentation: add FPS instrument. 2017-09-29 13:50:23 +01:00
misc.py Instrumentation/Misc: Fixed using 'target' instead of 'device' 2017-07-25 16:08:17 +01:00
trace-cmd.py trace-cmd: add trace files as artificats 2017-10-02 13:55:58 +01:00