mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-18 14:26:09 +01:00
dev_scripts
doc
source
_static
_templates
additional_topics.rst
agenda.rst
apk_workloads.rst
changes.rst
conf.py
configuration.rst
contributing.rst
conventions.rst
daq-wiring.png
daq_device_setup.rst
device_setup.rst
execution_model.rst
index.rst
installation.rst
instrumentation_method_map.rst
instrumentation_method_map.template
invocation.rst
quickstart.rst
resources.rst
revent.rst
wa-execution.png
writing_extensions.rst
Makefile
build_extension_docs.py
build_instrumentation_method_map.py
extras
scripts
wlauto
.gitignore
LICENSE
MANIFEST.in
README.rst
setup.py
Changed termination signal to interrupt signal to prevent code exiting too early. Added exit handler to ensure revent exits correctly as previously was crashing and therefore not running final code. Fixed error in writing input event where half of timestamp seconds was missing. Fixed typo in documentation for revent file structure.