mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-26 18:23:24 +01:00
.github
dev_scripts
doc
extras
scripts
tests
wa
assets
commands
framework
instruments
output_processors
tools
utils
__init__.py
android.py
cpustates.py
diff.py
doc.py
exec_control.py
formatter.py
log.py
misc.py
postgres.py
revent.py
serializer.py
terminalsize.py
trace_cmd.py
types.py
workloads
__init__.py
.gitignore
.readthedocs.yml
.travis.yml
LICENSE
MANIFEST.in
README.rst
pytest.ini
requirements.txt
setup.py
To prevent long timeouts occurring during to file locking on both reads and writes replace locking with atomic writes. While this may results in cache entries being overwritten, the amount of time used in duplicated retrievals will likely be saved with the prevention of stalls due to waiting to acquire the file lock.