1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wlauto/instrumentation
Sergei Trofimov 98b259be33 energy_model: fix np.vectorize on ImportError
np.vectorize was being unconditionally invoked at top level. On an
ImportError, np as set to None, so this was resuling in an
AttributeError when loading the module if one of the dependent libraries
was not present on the host system. This moves the invocation into the
try block with the imports to avoid an error when energy_model module is
loaded by the extension is not used.
2015-05-12 11:34:30 +01:00
..
coreutil Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
daq daq instrument updated to report energy. 2015-05-11 12:12:40 +01:00
delay Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
dmesg Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
energy_model energy_model: fix np.vectorize on ImportError 2015-05-12 11:34:30 +01:00
energy_probe adding device_entry parameter to energy probe instrument 2015-04-29 10:42:44 +01:00
fps Updated fps instrumentat to generate detailed FPS traces as well as report average FPS. 2015-03-19 17:15:36 +00:00
hwmon hwmon: move sensor discovery into initialize() 2015-05-07 09:39:33 +01:00
juno_energy Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
misc sysfile_extractor: ignore exit code when removing directory at the end of the run. 2015-05-05 09:32:40 +01:00
perf Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
pmu_logger Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
screenon Updating screen on instrument to support periodic polling. 2015-04-15 17:54:07 +01:00
streamline Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
trace_cmd Fixing buffer_size_file in trace-cmd for non-Android devices 2015-04-17 16:06:12 +01:00
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00