mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-24 01:06:01 +01:00
.github
dev_scripts
doc
source
api
developer_information
user_information
WA-logo-white.svg
api.rst
changes.rst
conf.py
developer_information.rst
faq.rst
glossary.rst
index.rst
instrument_method_map.template
migration_guide.rst
plugins.rst
user_information.rst
Makefile
build_instrument_method_map.py
build_plugin_docs.py
make.bat
requirements.txt
extras
scripts
tests
wa
.gitignore
.readthedocs.yml
.travis.yml
LICENSE
MANIFEST.in
README.rst
pytest.ini
requirements.txt
setup.py
Correctly specify the decorator name that should be used to give an instrument method appropriate priority when it's being invoked via signal dispatch. Previously, the table was listing the priority enum names in the column that was labeled "decorator". Now both are shown and the distinction has been made clearer.